website: move footer to bottom of the page

develop
Milan Pässler 3 years ago committed by Katharina Fey
parent 83b671b55c
commit afaff4b6ff
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 2
      docs/website/themes/qaul-theme/static/css/qaul.css

@ -5,6 +5,7 @@ body {
font-family: sans-serif;
background: #e0e2e2;
font-weight: 300;
min-height: 100vh;
}
strong {
@ -114,6 +115,7 @@ p,li {
display: flex;
justify-content: center;
margin: 0em 5% 2.5em;
flex-grow: 1;
}
.content h1 {

Loading…
Cancel
Save