FIX sideBar style

This commit is contained in:
Hamidreza Ghavami 2023-05-14 06:08:34 +04:30
parent 3bfde6f1c0
commit 7561542db1

View file

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