{{ props.excerpt }}
@@ -108,7 +108,7 @@ if (props.imageUrl && props.imageUrl !== "") { display: flex; position: relative; overflow: hidden; - min-height: 700px; + min-height: 101vh; .hero-background { position: absolute; @@ -121,6 +121,10 @@ if (props.imageUrl && props.imageUrl !== "") { background-size: cover; } + .hero-container { + align-items: flex-start; + } + .hero-content { position: relative; margin: 150px 32px 120px; @@ -175,6 +179,10 @@ if (props.imageUrl && props.imageUrl !== "") { @media only screen and (max-width: 640px) { .hero { + .hero-container { + align-items: center; + } + .hero-content { margin: 150px 0; }