take new back out of images into ruby land

This commit is contained in:
2023-01-09 20:48:14 +02:00
parent 484fa4f6e7
commit 68179949c8
8 changed files with 59 additions and 60 deletions

View File

@ -1345,6 +1345,10 @@ select {
grid-column: span 2 / span 2;
}
.col-span-3 {
grid-column: span 3 / span 3;
}
.m-0 {
margin: 0px;
}
@ -1885,6 +1889,10 @@ select {
gap: 2rem;
}
.gap-20 {
gap: 5rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));