Need to include the images.

This commit is contained in:
Zed A. Shaw 2025-09-18 11:32:51 -04:00
parent dcb6376f28
commit 31b224c6e8
2 changed files with 0 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -336,9 +336,6 @@
.flex-col { .flex-col {
flex-direction: column; flex-direction: column;
} }
.flex-row {
flex-direction: row;
}
.items-center { .items-center {
align-items: center; align-items: center;
} }
@ -643,21 +640,11 @@
} }
} }
} }
.sm\:flex-col {
@media (width >= 40rem) {
flex-direction: column;
}
}
.sm\:p-0 { .sm\:p-0 {
@media (width >= 40rem) { @media (width >= 40rem) {
padding: calc(var(--spacing) * 0); padding: calc(var(--spacing) * 0);
} }
} }
.md\:flex-col {
@media (width >= 48rem) {
flex-direction: column;
}
}
.md\:flex-row { .md\:flex-row {
@media (width >= 48rem) { @media (width >= 48rem) {
flex-direction: row; flex-direction: row;
@ -678,11 +665,6 @@
flex-direction: column; flex-direction: column;
} }
} }
.lg\:flex-row {
@media (width >= 64rem) {
flex-direction: row;
}
}
.lg\:flex-row-reverse { .lg\:flex-row-reverse {
@media (width >= 64rem) { @media (width >= 64rem) {
flex-direction: row-reverse; flex-direction: row-reverse;