diff --git a/src/assets/styles/layout.css b/src/assets/styles/layout.css index a3272f8..809e587 100644 --- a/src/assets/styles/layout.css +++ b/src/assets/styles/layout.css @@ -34,7 +34,7 @@ aside { padding: 1rem 1rem 1rem 0; } -article, header { +article:not(article article), header { max-width: var(--article-w); margin: 0 auto; flex-direction: column; diff --git a/src/assets/styles/style.css b/src/assets/styles/style.css index b69ef65..adbafae 100644 --- a/src/assets/styles/style.css +++ b/src/assets/styles/style.css @@ -54,13 +54,13 @@ body { } main { - margin: 2rem 2rem; + margin: 2rem auto; } body { } - article { + article:not(article article) { --img-offset: -2rem; max-width: calc(100% - var(--footnote-w)); margin: 0 0; diff --git a/src/content/thesis.md b/src/content/thesis.md index e0e9cba..63a9ff7 100644 --- a/src/content/thesis.md +++ b/src/content/thesis.md @@ -6,9 +6,7 @@ description: This is the description of the about us page Dear reader, -This web page includes the WIP version of my thesis. Organisation wise, I'm still exploring out file structures, but hopefully it won't be too messy. Ideally, the sidebar wil act as a TOC, allowing you to navigate to the different sections of the thesis. I'm using this same repository to manage documentation for the unrepair page at [https://unrepair.klank.school](https://unrepair.klank.school), so it could be that these collide in some spaces. - -The sidebar will also include functionality to export the entire thesis as a PDF, and mediawiki format. +This web page includes the WIP version of my thesis. For (limited) information about Klankschool's repair cafe, go to [https://unrepair.klank.school](https://unrepair.klank.school). ### links @@ -21,7 +19,7 @@ The sidebar will also include functionality to export the entire thesis as a PDF # All chapters -[Open page](/chapters/1-dismantling.html) +[Open chapter as a separate page](/chapters/1-dismantling.html) {{ detail chapters 1-dismantling}}