Skip to content

Commit

Permalink
Fix background overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Sep 6, 2024
1 parent d054cf6 commit 952a848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ footer {
font-size: 0.7em;
padding: 5em 50px 0;

@media (min-width: 960px) {
padding-top: calc(100vw / 3 - 240px); /* bottom picture has aspect ratio of 3:1 */
}

& aside {
font-style: italic;
padding: 1.5em 0 0.5em;
Expand Down
2 changes: 1 addition & 1 deletion css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 952a848

Please sign in to comment.