Files
copenlight/styles/_hero.scss
Ivan Carlos de Almeida 6fa41a771d
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s
first load
2025-12-16 04:40:00 -03:00

17 lines
310 B
SCSS

/***** Hero component *****/
.hero {
background-image: url($homepage_background_image);
background-position: center;
background-size: cover;
height: 300px;
padding: 0 20px;
text-align: center;
width: 100%;
&-inner {
@include vertical-align;
max-width: 610px;
margin: 0 auto;
}
}