Skip to content

Commit

Permalink
Revert "Keep footer at bottom of viewport"
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhrs authored Oct 22, 2024
1 parent 891f8f0 commit 9a55d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ progress {
-moz-appearance: none;
}

html, body {
height: 100%;
}

html {
/* Set the font globally */
font-family: var(--sans-font);
Expand All @@ -79,7 +75,6 @@ body {
line-height: 1.5;
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
grid-template-rows: min-content 1fr auto;
margin: 0;
}
body > * {
Expand Down Expand Up @@ -116,7 +111,7 @@ main {

body > footer {
margin-top: 4rem;
padding: 2rem 1rem;
padding: 2rem 1rem 1.5rem 1rem;
color: var(--text-light);
font-size: 0.9rem;
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion simple.min.css

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

0 comments on commit 9a55d34

Please sign in to comment.