Skip to content

Commit

Permalink
Fix page content padding
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 26, 2024
1 parent 8c0ce86 commit 61de774
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,20 @@ code .token {
.navbar {
height: 13rem !important;
}

.page-content {
padding-top: 7.5rem !important;
}
}

@media (max-width: 298px) {
.navbar {
height: 15rem !important;
}

.page-content {
padding-top: 8.5rem !important;
}
}

.navbar-inner {
Expand Down

0 comments on commit 61de774

Please sign in to comment.