Skip to content

Commit

Permalink
Different method of inserting white space
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoonen committed Aug 21, 2024
1 parent 9b0dfda commit 7b37b68
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -828,12 +828,8 @@ svg.menu-icon-house {

.post-card {
position: relative;
}
/* Increase the vertical space between post-cards */
.post-card:after {
content: "";
display: block;
margin-top: 5px;
margin-right: 5px; /* inserts horizontal white space */
margin-bottom: 5px; /* inserts vertical white space */
}

.post-card-image {
Expand Down

0 comments on commit 7b37b68

Please sign in to comment.