Skip to content

Commit

Permalink
Update space between leading Items
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Mar 15, 2024
1 parent 23f2d5d commit 552eac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/vendor/astroid/scss/joomla/_com_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
.com-content-category-blog__items + .com-content-category-blog__items {
margin-top: 3rem;
}
.items-leading {
.blog-item + .blog-item {
margin-top: 3rem;
}
}
.items-more {
margin-top: 2rem;
}
Expand Down

0 comments on commit 552eac3

Please sign in to comment.