Skip to content

Commit 1a5de5c

Browse files
committed
Fix body offset on default bp
1 parent 38d86f3 commit 1a5de5c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/pages/docs/$$.html

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<style scope="global">
2+
body {
3+
margin-block-start: var(--masthead-max-height);
4+
}
5+
6+
@media screen and (min-width: 56em) {
7+
body {
8+
margin: 0;
9+
}
10+
}
11+
212
begin-masthead {
313
--max-inline-size: var(--docs-max-width);
414
}

0 commit comments

Comments
 (0)