]> git.r.bdr.sh - rbdr/lgtm/blob - static/global.css
Port to svelte
[rbdr/lgtm] / static / global.css
1 * {
2 margin: 0;
3 padding: 0
4 }
5
6 #lgtm {
7 height: 100vh;
8 display: flex;
9 align-items: center;
10 justify-content: center;
11 }
12
13 #lgtm p {
14 color: #3B3B3B;
15 font-family: Yrsa, serif;
16 font-size: 48px;
17 line-height: 0.96em;
18 }