summaryrefslogblamecommitdiffstats
path: root/nfsw/static/sorry.css
blob: 3319797afd5d40623df83f4fdb93ef714b6d77be (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                     
                             

   

                              
                                               


























                                           
/**
 * 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;
}