Skip to content

Commit

Permalink
Fix body heigh
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Apr 23, 2024
1 parent b197de2 commit 592f6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body {

main {
clear: both;
min-height: 20rem;
}

header {
Expand Down Expand Up @@ -120,7 +121,6 @@ main > nav.breadcrumb a {

footer.footer {
clear: both;
margin-top: 10rem;
color: gray;
background-color: var(--fg-color);
font-size: medium;
Expand Down

0 comments on commit 592f6c9

Please sign in to comment.