FIX sideBar style

This commit is contained in:
Hamidreza Ghavami
2023-05-14 06:08:34 +04:30
parent 7b5dd2d0ee
commit 317f7fe9da

View File

@@ -28,6 +28,12 @@ body {
display: none;
}
@media (max-width: 768px) {
.ant-layout-sider {
display: none;
}
}
.ant-card {
border-radius: 1.5rem;
}