summaryrefslogtreecommitdiff
path: root/Static/Css/footer.css
blob: b806b4735fc8df1f652fe8a73495f2c0a79943ca (plain)
1
2
3
4
5
6
7
8
9
10
11

/* FOOTER */
footer {
    min-height:         10vh;
    display:            flex;
    flex-direction:     column;
    text-align:         center;
    font-size:          var(--fontSizeSmall);
    color:              var(--footerTextColor);
    background-color:   var(--footerBgColor);
}