sign up font smaller on smaller landscape screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user