This commit is contained in:
2025-05-07 10:06:17 -07:00
parent 6c45e89143
commit 079cbd2123
5 changed files with 27 additions and 155 deletions

View File

@@ -0,0 +1,17 @@
.intro_block {
background-size: cover;
background-position: center center;
color: $c-white;
height: 784px;
display: flex;
justify-content: center;
align-items: center;
h1 {
margin: 0;
font-size: 96px;
line-height: 96px;
text-align: center;
}
}