Fix: App-Frame bei großer Systemschrift (min-height statt height, Grid responsiv)
This commit is contained in:
parent
e784832a87
commit
08ec40228a
4 changed files with 11 additions and 8 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue