This commit is contained in:
Team3
2026-06-07 10:02:21 +02:00
parent 3f2c966d25
commit 1d44fcd891

View File

@@ -294,7 +294,7 @@ async function send() {
margin: 0 auto; margin: 0 auto;
padding: 2rem 2.5rem 5rem; padding: 2rem 2.5rem 5rem;
/* Lese-Zoom nur für den Inhalt — Sidebar/Chat bleiben unverändert */ /* Lese-Zoom nur für den Inhalt — Sidebar/Chat bleiben unverändert */
zoom: 1.33; zoom: 1.2;
} }
@media (max-width: 600px) { @media (max-width: 600px) {
@@ -375,7 +375,7 @@ async function send() {
} }
/* OnePager: festes 3×3-Raster über volle Breite und Höhe. /* OnePager: festes 3×3-Raster über volle Breite und Höhe.
Kein Lese-Zoom (bricht 100%-Höhen) — stattdessen sind die Schriften unten 1.33× skaliert. */ Kein Lese-Zoom (bricht 100%-Höhen) — stattdessen sind die Schriften unten 1.2× skaliert. */
.guide-content.onepager { .guide-content.onepager {
max-width: none; max-width: none;
height: 100%; height: 100%;
@@ -415,12 +415,12 @@ async function send() {
overflow-y: auto; overflow-y: auto;
h3 { h3 {
font-size: 1.17rem; font-size: 1.06rem;
margin-bottom: 0.3rem; margin-bottom: 0.3rem;
} }
.section-body { .section-body {
font-size: 1.09rem; font-size: 0.98rem;
} }
} }