asyncnomi 3 years ago
parent
commit
2ac563f77a
  1. 3
      static/css/main.css

3
static/css/main.css

@ -134,8 +134,6 @@ a:hover {
} }
#login-form { #login-form {
margin-top: 25vh;
margin-bottom: 10vh;
padding: 0px; padding: 0px;
width: 50vw; width: 50vw;
} }
@ -273,6 +271,7 @@ button[type="submit"]:hover {
.container { .container {
margin: 0px; margin: 0px;
width: 100%; width: 100%;
height: 100%;
top: 0; top: 0;
border-radius: 0px; border-radius: 0px;
box-shadow: none; box-shadow: none;

Loading…
Cancel
Save