diff options
| author | Andrew Lee <[email protected]> | 2025-12-13 20:41:40 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-13 20:41:40 -0500 |
| commit | a906252380a9c041a4c2b78790506412ffd40f75 (patch) | |
| tree | d2e45e1292bab1f5556e0774c336f90e62c7ccbe /src/styles/style.css | |
| parent | 7df7c5fd8c211c9301ef3efd26ffa564747e10e5 (diff) | |
| download | shiftos-archive-website-a906252380a9c041a4c2b78790506412ffd40f75.tar.gz shiftos-archive-website-a906252380a9c041a4c2b78790506412ffd40f75.tar.bz2 shiftos-archive-website-a906252380a9c041a4c2b78790506412ffd40f75.zip | |
font changed to be more accurate from game; removed margin and padding on body
Diffstat (limited to 'src/styles/style.css')
| -rw-r--r-- | src/styles/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/style.css b/src/styles/style.css index dc1ea6d..80f49c5 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -41,6 +41,8 @@ } body { + margin: 0; + padding: 0; font-family: "JetBrains Mono", monospace; } @@ -67,6 +69,7 @@ footer { } img.logo { + padding: 1em; width: 50%; height: auto; } |
