summaryrefslogtreecommitdiff
path: root/wwwroot/styles/global.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-10 01:56:12 +1000
committerJake Mannens <jake@asger.xyz>2023-08-10 01:56:12 +1000
commite210a6e4e973adc5d873657ea742ad0d8efd96ae (patch)
tree54511d30bdf1e585eb5480130987b7ee61a76389 /wwwroot/styles/global.css
parenta86dfad7ef5a00a8f942130ba61e71c7cd50602d (diff)
Began dialog for adding tags to media
Diffstat (limited to 'wwwroot/styles/global.css')
-rw-r--r--wwwroot/styles/global.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css
index 2b007f8..3ce0533 100644
--- a/wwwroot/styles/global.css
+++ b/wwwroot/styles/global.css
@@ -8,10 +8,13 @@
}
body {
- margin: 0;
- background: var(--col-bg);
- color: white;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode';
+ background: var(--col-bg);
+ color: white;
+ display: flex;
+ flex-direction: column;
+ font-family: 'Trebuchet MS', 'Lucida Sans Unicode';
+ margin: 0;
+ overflow: hidden;
}
a {