CSS-Fix 2
All checks were successful
release-tag / release-image (push) Successful in 2m7s

This commit is contained in:
2025-09-01 22:00:52 +02:00
parent 8520b4b5b3
commit 42a163df51

View File

@@ -80,6 +80,7 @@ const page = `<!doctype html>
.two{grid-template-columns:1fr;gap:1rem}
@media(min-width:900px){.two{grid-template-columns:2fr 1fr}}
input,textarea{width:100%;padding:.7rem;border:1px solid #ccc;border-radius:.5rem}
*,*::before,*::after {box-sizing: border-box;}
textarea{min-height:8rem}
button{padding:.7rem 1rem;border:0;border-radius:.5rem;cursor:pointer}
.primary{background:#5865F2;color:#fff}