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

Alexander Bilz
14.23.2022 94b76c49361ccc2864d37a96d5bb8fa6047b457b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.footer {
    clear: both;
    text-align: center;
    font-size: 1rem;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    padding-bottom: 20px;
    flex: 0;
    position: relative;
 
    &__list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: center;
        }
        
    &__item:not(:first-of-type)::before {
        content: '\00B7';
        padding: 4px;
    }
  }