Skip to content

Commit f1b66c3

Browse files
fix: add top padding to sidebar header so banner is fully visible
1 parent aced3c5 commit f1b66c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_sass/custom/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.side-bar {
66
.site-header {
77
background-color: transparent;
8-
padding: 0.75rem 1rem;
8+
padding: 1.25rem 1rem 0.75rem;
99
height: auto;
1010
min-height: 0;
1111
border-bottom: none;

0 commit comments

Comments
 (0)