Skip to content

Commit

Permalink
Update post-thumbnail vertical margin starting from md
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Feb 10, 2025
1 parent 87eb34f commit 7c3bc92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scss/_responsive-md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
// background-position-y: 200%;
// }

.single {
.post-thumbnail {
margin-top: $spacer*2;
margin-bottom: $spacer*3;
}
}

.carousel-control-next,
.carousel-control-prev {
filter: invert(100%);
Expand Down

0 comments on commit 7c3bc92

Please sign in to comment.