Skip to content

Commit

Permalink
πŸ’‡β€β™€οΈ Fix layout style
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansFavour committed May 24, 2024
1 parent b3a04d0 commit f7ddc2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/layouts/mainLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.main-content {
margin-top: 44px;
margin-left: var(--sidebar-width);
padding: 0 20px;
min-height: 100vh;
}
}
Expand All @@ -12,6 +13,7 @@
.main-layout-container {
.main-content {
margin-left: 0;
padding: 0;
}
}
}

0 comments on commit f7ddc2f

Please sign in to comment.