more mobile padding tweaks

This commit is contained in:
Daniel Vinci 2021-04-30 12:38:44 -06:00
parent adf0c9c60d
commit 012a7c8799
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA

View file

@ -34,9 +34,14 @@
}
@media only screen and (max-device-width: 900px) and (orientation: portrait) {
.hero {
margin-top: 1em;
margin-bottom: 1em;
}
.hero .container {
grid-template-columns: auto;
grid-template-rows: 400px auto;
grid-template-rows: 200px auto;
}
}
</style>