summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/base.css (renamed from static/global.css)6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/global.css b/static/base.css
index 5625968..529dee9 100644
--- a/static/global.css
+++ b/static/base.css
@@ -17,9 +17,9 @@ html, body {
* See: https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Sticky_footers
*/
body {
- min-height: 100vh;
- display: grid;
- grid-template-rows: auto 1fr auto;
+ min-height: 100vh;
+ display: grid;
+ grid-template-rows: auto 1fr auto;
}
.navbar {