summaryrefslogtreecommitdiff
path: root/wwwroot/styles/global.css
diff options
context:
space:
mode:
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 {