This is in preperation to use jekyll to do the backend for the site for future stability and usabilty from the backend.
9 lines
No EOL
108 B
CSS
9 lines
No EOL
108 B
CSS
body {
|
|
display: flex;
|
|
min-height: 100vh;
|
|
flex-direction: column;
|
|
}
|
|
|
|
main {
|
|
flex: 1 0 auto;
|
|
} |