11 lines
90 B
CSS
11 lines
90 B
CSS
main {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
|
|
footer {
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 0;
|
|
}
|