diff --git a/css/theme/latex.css b/css/theme/latex.css index f4a6d3e..0c63f5d 100644 --- a/css/theme/latex.css +++ b/css/theme/latex.css @@ -123,9 +123,10 @@ body { box-shadow: 0.2em 0.2em 0.5em 0 rgba(0, 0, 0, 0.3); object-fit: cover; margin: calc(.05 * var(--square)); - padding: .5em; background-color: white; box-sizing: border-box; } + body .layout-preview img.thin-padding { + padding: .5em; } body .layout-preview img.large { width: 60%; max-width: 100%; diff --git a/css/theme/source/latex.scss b/css/theme/source/latex.scss index 514f44e..e64094f 100644 --- a/css/theme/source/latex.scss +++ b/css/theme/source/latex.scss @@ -178,10 +178,13 @@ body { box-shadow: .2em .2em .5em 0 rgba(0, 0, 0, .3); object-fit: cover; margin: calc(.05 * var(--square)); - padding: .5em; background-color: white; box-sizing: border-box; + &.thin-padding { + padding: .5em; + } + &.large { width: 60%; max-width: 100%; diff --git a/sections/german/01/01.md b/sections/german/01/01.md index c9460d9..1266711 100644 --- a/sections/german/01/01.md +++ b/sections/german/01/01.md @@ -115,7 +115,7 @@
Ziel: Ihr baut eure eigene LaTeX-Referenz
- auf Basis von [l2kurz](https://www.ctan.org/tex-archive/info/lshort/german)
+ auf Basis von [l2kurz](https://www.ctan.org/tex-archive/info/lshort/german).
👁 Ein mit LaTeX gesetztes Dokument besteht aus:
+👁 Ein mit LaTeX gesetztes Dokument besteht aus: