Skip to content

Commit 7fdc59c

Browse files
Add maX width as suggested by @simonsteiger
1 parent 74a39f8 commit 7fdc59c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
/.quarto/
3-
_site/
3+
_site/
4+
digest.txt

theming/styles.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ code {
344344
}
345345

346346
.side-space {
347-
padding-left: 4rem;
348-
padding-right: 4rem;
347+
max-width: 1200px;
348+
margin-left: auto;
349+
margin-right: auto;
350+
padding-left: 2rem;
351+
padding-right: 2rem;
349352
}

0 commit comments

Comments
 (0)