Skip to content
Snippets Groups Projects
Commit a3ff3327 authored by Tomáš Hozman's avatar Tomáš Hozman
Browse files

mobile layout

parent 04fcd7c6
No related branches found
No related tags found
No related merge requests found
......@@ -49,3 +49,13 @@ main #timer-wrapper #timer {
margin-top: 15px;
font-family: "Roboto Condensed";
}
@media only screen and (max-width: 600px) {
main #heading {
font-size: 70px
}
main #description, main #timer-wrapper {
font-size: 40px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment