diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-22 16:24:41 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-22 16:24:41 -0600 |
commit | 2bf70606fc62c989973f84f2961df2d42d7f9c04 (patch) | |
tree | 8758d4ec6b9688b1fb150a05b95ff7f3932d3c53 /global.scss | |
parent | 63e2395caf4ae93ebde96d97e12fc946af1e9ac9 (diff) |
Better layout styling
Diffstat (limited to 'global.scss')
-rw-r--r-- | global.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/global.scss b/global.scss new file mode 100644 index 0000000..f8ef821 --- /dev/null +++ b/global.scss @@ -0,0 +1,13 @@ +html { + margin: 0; + padding: 0; + background: linear-gradient(to bottom, #444, #222); + min-height: 100vh; +} + +body { + min-height: 100vh; + margin: 0 auto; + box-sizing: border-box; +} + |