Skip to content

Commit

Permalink
Add margin for Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
olafgrabienski committed Jun 28, 2022
1 parent db7a813 commit 155ff1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ ul.primary li:not(.active) a {
padding: 1.5rem 0;
font-size: 1.5rem;
}

/* Cards grid */
.l-top .block-views-promoted-cards-block {
margin: 0 0 4rem;
Expand All @@ -479,6 +480,7 @@ ul.primary li:not(.active) a {
.front .block-views-promoted-cards-block .views-grid-box {
border: none;
border-radius: 0.25rem;
margin-bottom: 2rem;
padding: 0 0 0.5rem 0;
background-color: #f6f6f6;
}
Expand Down Expand Up @@ -579,6 +581,9 @@ article .field {
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
.front .block-views-promoted-cards-block .views-grid-box {
margin-bottom: 1rem;
}
}

/* Comments */
Expand Down

0 comments on commit 155ff1f

Please sign in to comment.