tailwind changews

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

View File

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