[TASK] neues Einstiegsbild

This commit is contained in:
2020-04-26 17:06:00 +02:00
parent 37eccc87ba
commit f93401770d
4 changed files with 57 additions and 8 deletions
+28
View File
@@ -4,6 +4,16 @@
#willkommen-banner {
height: calc(100vh - 64px);
.lead {
text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 1);
background: rgba(255, 255, 255, 0.5);
}
.parallax img {
max-width: 110%;
}
}
#wohnung-banner {}
@@ -53,9 +63,27 @@ a:not([href^='#']) {
border-radius: 0;
}
.masonry {
display: flex;
flex-grow: row wrap;
margin-left: -8px;
.masonry-brick {
flex: auto;
height: 250px;
min-height: 150px;
margin: 0 8px 0 0;
}
}
@media only screen and (max-width:600px) {
#willkommen-banner {
height: calc(100vh - 56px);
max-height: 300px;
.parallax img {
max-width: 130%;
}
}
.heading-2,