mini print issue
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 40s

This commit is contained in:
vitrinekast 2025-01-10 09:41:13 +01:00
parent 039b44dbe8
commit ebbf3d20df
3 changed files with 5 additions and 7 deletions

View File

@ -34,7 +34,7 @@ aside {
padding: 1rem 1rem 1rem 0; padding: 1rem 1rem 1rem 0;
} }
article, header { article:not(article article), header {
max-width: var(--article-w); max-width: var(--article-w);
margin: 0 auto; margin: 0 auto;
flex-direction: column; flex-direction: column;

View File

@ -54,13 +54,13 @@ body {
} }
main { main {
margin: 2rem 2rem; margin: 2rem auto;
} }
body { body {
} }
article { article:not(article article) {
--img-offset: -2rem; --img-offset: -2rem;
max-width: calc(100% - var(--footnote-w)); max-width: calc(100% - var(--footnote-w));
margin: 0 0; margin: 0 0;

View File

@ -6,9 +6,7 @@ description: This is the description of the about us page
Dear reader, 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. 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).
The sidebar will also include functionality to export the entire thesis as a PDF, and mediawiki format.
### links ### links
@ -21,7 +19,7 @@ The sidebar will also include functionality to export the entire thesis as a PDF
# All chapters # All chapters
[Open page](/chapters/1-dismantling.html) [Open chapter as a separate page](/chapters/1-dismantling.html)
{{ detail chapters 1-dismantling}} {{ detail chapters 1-dismantling}}