summaryrefslogtreecommitdiff
path: root/_sass/layout/_404.scss
blob: e206f763b145598820e2827e9b4512d639d41f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.layout--404 {
  .sign {
    display: table;
    margin: map-get($spacers, 4) auto;
    margin-top: map-get($spacers, 5);
    h1 {
      font-size: map-get($base, font-size-xl) * 4;
      line-height: 1;
    }
    p {
      font-size: map-get($base, font-size-xl) * 1.2;
    }
  }
}