This commit is contained in:
Abdussamet Koçak 2026-07-11 08:02:17 -07:00 committed by GitHub
commit 097205dba2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,12 @@ em {
}
body {
/* sticky footer */
display: flex;
flex-direction: column;
min-height: 100vh;
/* /sticky footer */
margin: 0;
padding: 0;
font-family: "Helvetica Neue", sans-serif;
@ -331,6 +337,7 @@ button.button-as-link:focus {
/* Body */
section.content {
flex-grow: 1; /* sticky footer */
margin: 0 1rem;
}