Skip to content

Commit

Permalink
FIX sideBar style
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-gh98 committed May 14, 2023
1 parent 7b5dd2d commit 317f7fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ body {
display: none;
}

@media (max-width: 768px) {
.ant-layout-sider {
display: none;
}
}

.ant-card {
border-radius: 1.5rem;
}
Expand Down

0 comments on commit 317f7fe

Please sign in to comment.