commit 3d75fb5a640b82967316978e312c4b597533cad6
parent 2445f07663747bc0c6931f319138f85efdd5d518
Author: mcol <mcol@posteo.net>
Date: Mon, 3 Aug 2020 19:39:17 +0100
raise menu up a bit
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/static/css/main.css b/static/css/main.css
@@ -40,7 +40,6 @@ body {
height: 96vh;
display: flex;
justify-content: space-evenly;
- align-items: center;
flex-direction: row;
}
@@ -161,6 +160,10 @@ h1 a:hover {
/* PAGES */
+#nav {
+ margin-top: 10%;
+}
+
#page {
height: 100%;
overflow: auto;
@@ -1158,6 +1161,7 @@ table {
flex-direction: column;
height: unset;
min-height: 97vh;
+ align-items: center;
}
#page {
height: initial;