Skip to content

Commit 1ac55ce

Browse files
committed
set the tab size to 4
1 parent c4e49a3 commit 1ac55ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ body {
2424
font-family: var(--body-font-family);
2525
line-height: var(--body-line-height);
2626
margin: 0;
27+
tab-size: 4;
2728
word-wrap: anywhere; /* aka overflow-wrap; used when hyphens are disabled or aren't sufficient */
2829
}
2930

0 commit comments

Comments
 (0)