[TASK] remove masonry

This commit is contained in:
Christian Seyfferth 2020-05-08 22:42:23 +02:00
parent cd46a90e32
commit d17135be58
2 changed files with 0 additions and 22 deletions

View File

@ -65,18 +65,6 @@ 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 {

View File

@ -43,16 +43,6 @@ a:not([href^='#']) {
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0; }
.masonry {
display: flex;
flex-grow: row wrap;
margin-left: -8px; }
.masonry .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);