Fix #372 and add booklet to website/repo (#439)

* Fix #372 and add booklet to website/repo

This adds the design TLDR version to the README and website

* Make less verbose

* Remove booklet from source
This commit is contained in:
Hendrik Kleinwaechter
2025-01-23 18:55:58 +01:00
committed by GitHub
parent 3e602fa71f
commit a57da7815a
6 changed files with 52 additions and 239 deletions

View File

@@ -535,6 +535,22 @@ figure.figure p.noindent {
text-align: center;
}
main.main-content h2.chapterHead.home-content-title {
margin-top: 0.5em;
margin-bottom: 0.5em;
line-height: 1.5em;
}
.download-description {
font-weight: var(--fw-bold);
}
.download-links {
p.indent, p.noindent {
text-align: unset;
}
}
@media (max-width: 768px) {
.header {
display: none;