reformatted showcase view as grid postlist
This commit is contained in:
parent
3176229a6b
commit
35cdd183eb
2 changed files with 14 additions and 37 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue