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 ac2bcc2 commit 01821e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/hb/modules/docs/scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
.hb-docs-doc-toc,
.hb-docs-nav {
.hb-module:last-of-type {
margin-bottom: 0 !important;
@include media-breakpoint-up($hb-header-breakpoint) {
margin-bottom: 0 !important;
}
}
}

0 comments on commit 01821e2

Please sign in to comment.