FIX sideBar style

This commit is contained in:
Hamidreza Ghavami 2023-05-14 06:08:34 +04:30
parent 7b5dd2d0ee
commit 317f7fe9da
No known key found for this signature in database
GPG Key ID: 402C6797325182D9

View File

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