Browse Source

Center login form on mobile devices

spaghetti 7 years ago
parent
commit
82274ccc5c
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      static/styles/public/style.css

+ 3
- 0
static/styles/public/style.css View File

@@ -2,6 +2,9 @@
2 2
   #content {
3 3
     background: none !important;
4 4
   }
5
+  table#maincontent {
6
+    margin: auto;
7
+  }
5 8
 }
6 9
 
7 10
 * {

Loading…
Cancel
Save