Private
Public Access
1
0

sign up font smaller on smaller landscape screens

This commit is contained in:
Sander Roosendaal
2019-06-13 13:26:24 +02:00
parent 620d922ba0
commit dec414a39f

View File

@@ -161,6 +161,18 @@
font: 400 14px/1.2 "Lato", sans-serif;
}
@media only screen and (max-device-height: 1024px) {
.register, h1, .register p {
font: 400 12px/1.0 "Lato", sans-serif;
margin: 0px;
}
.caption div.border {
font-size: 18px;
}
}
body, html {
font: 400 14px/1.2 "Lato", sans-serif;
}