Skip to content

Commit

Permalink
Remove unnecessary .container CSS rules
Browse files Browse the repository at this point in the history
This gets rid of unwanted vertical scrollbar on the home page.
  • Loading branch information
luk1337 committed Jun 12, 2024
1 parent f13fcd0 commit 1d9a905
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/themes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ a, a:visited, a:hover {
.container {
display: grid;
grid-template-columns: 4fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 20fr;
grid-gap: 2em;
height: 96vh;
align-items: stretch;
justify-items: stretch;
margin: 1em 2em 0em 2em;
Expand Down

0 comments on commit 1d9a905

Please sign in to comment.