Skip to content

Commit

Permalink
Fix landing page for smaller screens
Browse files Browse the repository at this point in the history
Summary:
Noticed things were starting to look crammed in smaller viewport, adding a bit of padding, and removing the 100% height which made the content of `main` overflow (and hence get cropped)
  • Loading branch information
AlbertQM committed Jan 23, 2024
1 parent 4d82446 commit 215160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
margin: auto;
flex-wrap: wrap;
place-content: center;
height: 100%;
padding: 20px 0 20px;
}

a {
Expand Down

0 comments on commit 215160f

Please sign in to comment.