Skip to content

Commit 69d6522

Browse files
Make the font smaller for better screenshots
1 parent 8008495 commit 69d6522

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

devtools-network-reference/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
body {
22
font-family: system-ui;
3-
font-size: 14pt;
3+
font-size: 12pt;
44
margin: 2rem;
55
}
66

7+
h1 {
8+
font-size: 1.4rem;
9+
}
10+
711
button {
812
font-size: inherit;
913
font-family: inherit;

0 commit comments

Comments
 (0)