This commit is contained in:
Lachlan Kermode
2020-07-03 21:34:58 +02:00
parent 4cdc279114
commit 6a7ea10f02

View File

@@ -146,12 +146,15 @@
.hero {
min-width: 100%;
max-width: 100%;
min-height: 250px;
min-height: 150px;
margin: auto;
display: flex;
flex-direction: column;
margin-bottom: 20px;
margin-top: 60px;
@media only screen and (max-width: 1200px) {
min-height: 250px;
}
.row {
display: flex;
flex: 1;