Browse Source

correct css AGAIN WTF

Paul Liverman III 6 years ago
parent
commit
f25b20c87b
2 changed files with 6 additions and 2 deletions
  1. 5
    1
      experimental/logged_in.html
  2. 1
    1
      static/main.css

+ 5
- 1
experimental/logged_in.html View File

@@ -11,7 +11,11 @@
11 11
 
12 12
   <style>
13 13
   .btns {
14
-    justify-content: center;
14
+    display: flex !important;
15
+    /* align-items: center; */
16
+  }
17
+  .btns > a {
18
+    margin: 1rem;
15 19
   }
16 20
   </style>
17 21
 

+ 1
- 1
static/main.css View File

@@ -23,7 +23,7 @@ h1 {
23 23
 
24 24
 .btns {
25 25
   display: flex !important;
26
-  align-items: center;
26
+  justify-content: center;
27 27
 }
28 28
 .btns > a {
29 29
   margin: 1rem;