Skip to content

Commit

Permalink
style: remove margin-bottom from last modules to align components hor…
Browse files Browse the repository at this point in the history
…izontally
  • Loading branch information
razonyang committed Apr 2, 2024
1 parent 166eb58 commit 255d4a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/hb/modules/blog/scss/_reboot.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.hb-blog-main,
.hb-blog-post-main,
.hb-blog-post-toc {
.hb-module:last-of-type {
margin-bottom: 0 !important;
}
}
1 change: 1 addition & 0 deletions assets/hb/modules/blog/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
@import "authors";
@import "home";
@import "post";
@import "reboot";
@import "sidebar";
@import "terms";

0 comments on commit 255d4a3

Please sign in to comment.