We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a136c commit 611130eCopy full SHA for 611130e
src/styles/layout.css
@@ -0,0 +1,17 @@
1
+/* Remove vertical padding and border between panels */
2
+.content-panel {
3
+ padding-top: 1.5rem !important;
4
+ padding-left: var(--sl-content-pad-x) !important;
5
+ padding-right: var(--sl-content-pad-x) !important;
6
+ padding-bottom: 0 !important;
7
+
8
+ & + & {
9
+ border-top: initial !important;
10
+ padding-top: 0rem !important;
11
+ }
12
13
+ /* Remove h1 top margin from title */
14
+ #_top {
15
+ margin-top: initial !important;
16
17
+}
0 commit comments