stacked radios

This commit is contained in:
2023-10-20 13:56:59 -07:00
parent c0db7eb763
commit 8684a68471
3 changed files with 29 additions and 6 deletions

View File

@@ -1404,6 +1404,10 @@ input:checked + .toggle-bg {
width: 100%;
}
.w-auto {
width: auto;
}
.max-w-2xl {
max-width: 42rem;
}
@@ -1444,6 +1448,10 @@ input:checked + .toggle-bg {
flex-shrink: 1;
}
.shrink-0 {
flex-shrink: 0;
}
.basis-1\/4 {
flex-basis: 25%;
}