mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
30 lines
347 B
SCSS
30 lines
347 B
SCSS
html, body {
|
|
height: 100%;
|
|
flex: auto;
|
|
}
|
|
|
|
footer {
|
|
height: 10%;
|
|
min-height: 24pt;
|
|
position: sticky;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#footer-content{
|
|
width: 100%;
|
|
}
|
|
|
|
#content {
|
|
min-height:90%;
|
|
}
|
|
|
|
#footer-right{
|
|
justify-self: right;
|
|
}
|
|
|
|
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|