summaryrefslogtreecommitdiffstats
path: root/nfsw/static/sorry.css
blob: 3319797afd5d40623df83f4fdb93ef714b6d77be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
 * SPDX-License-Identifier: ISC
 *
 * Copyright (C) 2019 rsiddharth <s@ricketyspace.net>
 *
 * This file is part of nfsw.
 */

@font-face {
    font-family: roboto-black;
    src: url('/static/fonts/roboto-black.ttf');
}

@font-face {
    font-family: roboto-regular;
    src: url('./fonts/roboto-regular.ttf');
}

.sorry-grid {
    display: grid;
    grid-template-rows: 29vh 160px 29vh;
    grid-template-columns: auto 300px auto;
}

.sorry-grid-item {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}

header h1 {
    font-family: roboto-black;
}

p {
    font-family: roboto-regular;
}