Skip to content

Commit

Permalink
fix: make main view a bit more compact for mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 2, 2021
1 parent f971483 commit 0992aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
padding: 0;
}
.cp__sidebar-main-content > div {
padding: 1px 1em 1em 1em;
padding: 1px 1em 1em 1em !important;
border: none;
}
a.title h1.title {
Expand Down

0 comments on commit 0992aeb

Please sign in to comment.