mini print issue
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 40s
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 40s
This commit is contained in:
parent
039b44dbe8
commit
ebbf3d20df
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user