We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee0eb1 commit 0eeddc3Copy full SHA for 0eeddc3
1 file changed
src/styles/custom.css
@@ -78,7 +78,13 @@
78
display: none !important;
79
}
80
81
-/* Remove bottom padding when custom footer present */
82
-.content-panel:has(.botdrop-footer) {
+/* Remove ALL bottom padding/margin on splash homepage */
+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 {
88
padding-bottom: 0 !important;
89
+ margin-bottom: 0 !important;
90
0 commit comments