Skip to content

Commit

Permalink
style: fix modules aligning
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 3, 2024
1 parent 55799f2 commit a3ce53c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/hb/modules/blog/scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.hb-blog-post-main,
.hb-blog-post-toc {
.hb-module:last-of-type {
margin-bottom: 0 !important;
@include media-breakpoint-up($hb-header-breakpoint) {
margin-bottom: 0 !important;
}
}
}

0 comments on commit a3ce53c

Please sign in to comment.