Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Keep footer at bottom of viewport" #211

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading