Skip to content
Snippets Groups Projects
Verified Commit d966a54b authored by insert's avatar insert
Browse files

Better mobile support.

parent ada5f2c0
No related merge requests found
......@@ -16,6 +16,7 @@
display: flex;
justify-content: center;
align-items: center;
padding: 1rem;
}
.primary {
......@@ -139,3 +140,19 @@
margin-bottom: 2em;
}
}
@media (max-width: 720px) {
.heroImage {
transform: scale(0.8);
}
.nav {
justify-content: center;
}
}
@media (max-width: 640px) {
.heroImage {
transform: scale(0.7);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment