diff --git a/rowers/templates/landingpage.html b/rowers/templates/landingpage.html index 60f01d68..4181cd8e 100644 --- a/rowers/templates/landingpage.html +++ b/rowers/templates/landingpage.html @@ -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; }