Skip to content

Commit

Permalink
padding bottom 50vh for <main>
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddystopia committed Jun 29, 2023
1 parent f37486a commit 3c8dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ h6:target::before {

.content {
overflow-y: auto;
padding: 0 5px 50px 5px;
padding: 0 5px 50vh 5px;
}
.content main {
margin-left: auto;
Expand Down

0 comments on commit 3c8dde9

Please sign in to comment.