Fix: App-Frame bei großer Systemschrift (min-height statt height, Grid responsiv)

This commit is contained in:
rene 2026-04-19 09:48:44 +02:00
parent e784832a87
commit 08ec40228a
4 changed files with 11 additions and 8 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '203'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '204'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {

View file

@ -73,7 +73,7 @@ window.Page_welcome = (() => {
letter-spacing:0.05em;border-bottom:1px solid var(--c-border)">
Was Ban Yaro kann
</div>
<div style="display:grid;grid-template-columns:1fr 1fr;gap:0">
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:0">
${[
['book-open', 'Tagebuch', 'Momente, Fotos und Meilensteine festhalten'],
['syringe', 'Gesundheit', 'Impfungen, Tierarztbesuche & Medikamente'],