Skip to content

Commit

Permalink
Set wiki tab size to 4 (#202)
Browse files Browse the repository at this point in the history
* Set wiki tab size to 4

* Use spaces to match the rest

* Remove redundant units
  • Loading branch information
Frosty-J authored Jul 18, 2024
1 parent e4190ec commit 79d73ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _sass/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ body {
line-height: 1.5;
word-wrap: break-word;
overflow-x: initial !important;
tab-size: 4;
}

@media (prefers-color-scheme: light) {
Expand Down Expand Up @@ -337,8 +338,8 @@ ul {
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
margin-inline-start: 0;
margin-inline-end: 0;
padding-inline-start: 40px;
}

Expand Down

0 comments on commit 79d73ac

Please sign in to comment.