bunteshaus.de/themes/buha/assets/scss/banner.scss
2022-06-12 17:50:30 +02:00

28 lines
545 B
SCSS

.banner {
min-height: calc(100vw / 3.5);
display: flex;
align-items: center;
font-size: 115%;
//box-shadow: inset 0px -11px 8px -10px #444;
background-repeat: no-repeat;
background-size: 100%;
background-position: top center;
flex-direction: column;
align-content: center;
h1 {
margin-left: auto;
margin-right: auto;
text-align: center;
word-break: break-all;
}
}
@media (min-width: 640px) {
.banner {
width: 89%;
margin-left: auto;
margin-right: auto;
}
}