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

Alexander Bilz
21.24.2021 1533a252a70d3d03f177bab0fc2ac16d4beea12e
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;
}