summaryrefslogtreecommitdiff
path: root/Static/Css/footer.css
blob: ecbc25e21f551a2c8b005641fe626087c9818e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/* 
############################################################################
#                                                                          #
# Description: CSS spécifique du footer                                    #
#                                                                          #
############################################################################ 
*/


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