first load
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s
Sync Repo / sync (push) Failing after 2s

This commit is contained in:
2025-12-16 04:40:00 -03:00
parent 9f33a94e0e
commit 6fa41a771d
856 changed files with 70411 additions and 1 deletions

16
styles/_hero.scss Normal file
View File

@@ -0,0 +1,16 @@
/***** 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;
}
}