aboutsummaryrefslogtreecommitdiff
path: root/static/scss/_footer.scss
blob: a7ef8af075ecb6486472b4ee456b93246626b2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
footer {
  #gifs {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.8rem auto;
    gap: 1rem;
  }
  #copyright {
    text-align: center;
    line-height: 1.1;
    font-size: 1rem;
  }
}