- compressed images to reduce data usage

- small improvements
This commit is contained in:
H4CK3R-01
2021-07-13 14:53:36 +02:00
committed by H4CK3R-01
parent eadf3254f0
commit 659f110773
10 changed files with 8 additions and 12 deletions

View File

@@ -55,20 +55,20 @@
}
@media only screen and (max-width: 980px) {
#login {
align-items: flex-start;
}
#login form {
padding-top: 10px;
}
#login label {
font-size: 2.5em;
}
#login input, #login button {
height: 4.0em;
height: 2.0em;
font-size: 2.5em;
}
}