reformatted showcase view as grid postlist

This commit is contained in:
Gabriele Musco 2021-07-06 23:12:27 +02:00
parent 3176229a6b
commit 35cdd183eb
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
2 changed files with 14 additions and 37 deletions

View file

@ -868,28 +868,3 @@ header.jumbotronContainer {
}
}
{{ end }}
.showcaseCard {
@extend article;
@extend .card;
margin-bottom: 24px;
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
justify-content: center;
padding: 12px !important;
> img {
flex-basis: 30%;
width: 300px;
height: 250px;
object-fit: cover;
margin: 12px;
{{ if eq .Site.Params.navtype "circles" }}
border-radius: $border_radius;
{{ end }}
}
> div {
flex-basis: 60%;
}
}