Make mobile-friendly

This commit is contained in:
2026-04-02 15:36:18 -05:00
parent 64861ddcfa
commit 0e7f23ec3a
3 changed files with 180 additions and 2 deletions
+13
View File
@@ -71,10 +71,23 @@
gap: 8px;
}
.checkbox-label {
main {
padding: 12px;
}
display: flex;
align-items: center;
font-weight: normal;
margin: 0;
.form-section,
.preview-section {
padding: 14px;
}
.button-group {
flex-direction: column;
}
button {
width: 100%;
}
}
.checkbox-label input[type="checkbox"] {
width: auto;