mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-14 13:13:16 +00:00
19 lines
270 B
SCSS
19 lines
270 B
SCSS
|
|
||
|
.hero-header {
|
||
|
position: relative;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 550px;
|
||
|
background-size: cover;
|
||
|
color: $white;
|
||
|
text-align: center;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.hero-header .heading {
|
||
|
flex: 0 1 auto;
|
||
|
}
|