Skip to content

Commit

Permalink
FIX: remove margin from empty container (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Oct 3, 2023
1 parent 333f922 commit 2287464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@
}

.above-main-container-outlet.banner-themes {
margin-bottom: 1.75em;
.banner-box {
margin-bottom: 1.5em;
}
}

// new collapse animation to replace JQuery
Expand Down

0 comments on commit 2287464

Please sign in to comment.