mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.02.2021 b0a515f343fd03e575c8de48dc7e14823d344c17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.footer {
    clear: both;
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    flex: 0;
    position: relative;
}
 
.footer a {
    color: #A6A6A6;
}
 
.footer a:hover {
    color: #2660ab;
}