bunteshaus.de/themes/buha/assets/scss/banner.scss

18 lines
386 B
SCSS
Raw Normal View History

2022-06-07 20:15:31 +02:00
.banner {
min-height: 33vh;
display: flex;
align-items: center;
font-size: 115%;
2022-06-08 00:38:13 +02:00
//box-shadow: inset 0px -11px 8px -10px #444;
2022-06-07 20:15:31 +02:00
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
h1 {
margin-left: auto;
margin-right: auto;
text-align: center;
word-break: break-all;
}
}