more mobile padding tweaks
This commit is contained in:
parent
adf0c9c60d
commit
012a7c8799
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue