Browse Source

Fix login page background alignment

spaghetti 7 years ago
parent
commit
88681a10e0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/styles/public/style.css

+ 1
- 1
static/styles/public/style.css View File

@@ -118,7 +118,7 @@ input[type="text"]:invalid, input[type="password"]:invalid {
118 118
   background-size: contain;
119 119
   display: flex;
120 120
   align-items: center;
121
-  margin: 0 10%;
121
+  padding: 0 10%;
122 122
 }
123 123
 
124 124
 #maincontent {

Loading…
Cancel
Save