Skip to content

Commit 0eeddc3

Browse files
author
cjs
committed
fix: nuke all bottom padding/margin on every wrapper when footer present
1 parent 0ee0eb1 commit 0eeddc3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/styles/custom.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,13 @@
7878
display: none !important;
7979
}
8080

81-
/* Remove bottom padding when custom footer present */
82-
.content-panel:has(.botdrop-footer) {
81+
/* Remove ALL bottom padding/margin on splash homepage */
82+
main:has(.botdrop-footer),
83+
main:has(.botdrop-footer) .content-panel,
84+
main:has(.botdrop-footer) .sl-container,
85+
main:has(.botdrop-footer) .main-pane,
86+
main:has(.botdrop-footer) .main-frame,
87+
main:has(.botdrop-footer) .lg\:sl-flex {
8388
padding-bottom: 0 !important;
89+
margin-bottom: 0 !important;
8490
}

0 commit comments

Comments
 (0)