Skip to content

Commit 60c7c2c

Browse files
fix section rendering issue
1 parent 76da690 commit 60c7c2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

theme/css/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
@import url("icons.css");
33
@import url("colors.css");
44

5+
html {
6+
scroll-padding-top: 100px;
7+
}
8+
59
body {
610
font-family: 'Montserrat', 'Open Sans', sans-serif;
711
font-size: 0.95rem

0 commit comments

Comments
 (0)