Skip to content

Commit 611130e

Browse files
committed
[Docs Site] Adopt page title styling
1 parent d3a136c commit 611130e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/styles/layout.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)