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