diff options
| author | Rikki <i@rikki.moe> | 2025-04-19 19:17:36 +0800 |
|---|---|---|
| committer | Rikki <i@rikki.moe> | 2025-04-19 19:17:36 +0800 |
| commit | c5d6284448daa1ac000e5b3a07c1d33a3e54d5d7 (patch) | |
| tree | 1984b8026dbe0971f72f2f1f88feb9b10f0ccc16 /styles/main.css | |
| parent | 3e0f7d661fcc0c7edde60bb68554a97f2260c7ff (diff) | |
Diffstat (limited to 'styles/main.css')
| -rw-r--r-- | styles/main.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/styles/main.css b/styles/main.css index 017154f..6fcbe8c 100644 --- a/styles/main.css +++ b/styles/main.css @@ -32,13 +32,22 @@ a { color: rgb(238, 238, 238); } -body { +{{/* body { background-color: #393A59; height: 100vh; font-family: 'Fira Code', monospace; display: flex; align-items: center; justify-content: center; +} */}} + +body { + height: 100vh; + font-family: 'Fira Code', monospace; + display: flex; + align-items: center; + justify-content: center; + background-color: #393A59; } .container { |
