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 5293b39 commit e29f378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/hb/modules/docs/scss/_reboot.scss
@@ -0,0 +1,8 @@
.hb-docs-main,
.hb-docs-doc-main,
.hb-docs-doc-toc,
.hb-docs-nav {
.hb-module:last-of-type {
margin-bottom: 0 !important;
}
}
1 change: 1 addition & 0 deletions assets/hb/modules/docs/scss/index.scss
Expand Up @@ -4,6 +4,7 @@
@import "intro";
@import "main";
@import "nav";
@import "reboot";
@import "sidebar";
@import "toc";

Expand Down

0 comments on commit e29f378

Please sign in to comment.