fediparty/themes/starter/source/assets/scss/modules/_heroheader.scss

19 lines
270 B
SCSS
Raw Normal View History

2018-03-12 19:31:14 +00:00
.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;
}