tailwind changews

This commit is contained in:
andrzej 2024-09-23 17:35:33 +02:00
parent 35ac70b62b
commit d2815c7356
1 changed files with 0 additions and 16 deletions

View File

@ -992,10 +992,6 @@ body {
max-width: 20rem; max-width: 20rem;
} }
.flex-none {
flex: none;
}
.shrink-0 { .shrink-0 {
flex-shrink: 0; flex-shrink: 0;
} }
@ -2311,10 +2307,6 @@ body {
top: auto; top: auto;
} }
.sm\:hidden {
display: none;
}
.sm\:flex-row { .sm\:flex-row {
flex-direction: row; flex-direction: row;
} }
@ -2363,18 +2355,10 @@ body {
display: block; display: block;
} }
.md\:flex {
display: flex;
}
.md\:hidden { .md\:hidden {
display: none; display: none;
} }
.md\:w-32 {
width: 8rem;
}
.md\:max-w-\[420px\] { .md\:max-w-\[420px\] {
max-width: 420px; max-width: 420px;
} }