Skip to content

Commit

Permalink
Added vertical whitespace between cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Aug 21, 2024
1 parent f9e91ba commit 9b0dfda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,13 @@ svg.menu-icon-house {
.post-card {
position: relative;
}
/* Increase the vertical space between post-cards */
.post-card:after {
content: "";
display: block;
margin-top: 5px;
}

.post-card-image {
display: block;
width: 100%;
Expand Down

0 comments on commit 9b0dfda

Please sign in to comment.