We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a39f8 commit 7fdc59cCopy full SHA for 7fdc59c
.gitignore
@@ -1,3 +1,4 @@
1
2
/.quarto/
3
-_site/
+_site/
4
+digest.txt
theming/styles.css
@@ -344,6 +344,9 @@ code {
344
}
345
346
.side-space {
347
- padding-left: 4rem;
348
- padding-right: 4rem;
+ max-width: 1200px;
+ margin-left: auto;
349
+ margin-right: auto;
350
+ padding-left: 2rem;
351
+ padding-right: 2rem;
352
0 commit comments