This commit is contained in:
Abdussamet Koçak 2026-06-10 22:05:50 -05:00 committed by GitHub
commit a731e78bdd
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;
}