aboutsummaryrefslogtreecommitdiff
path: root/static/scss/_footer.scss
blob: 29d0e519c7a836ed316083e7952dcd9819834da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
footer {
  #gifs {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.8rem auto;

    img {
      margin: auto 0.5rem;
    }
  }
  #copyright {
    text-align: center;
    line-height: 1.1;
    font-size: 1rem;
  }
}