formatting

This commit is contained in:
Lukáš Kucharczyk 2024-09-10 14:26:06 +02:00
parent a9c1135639
commit 1f535a6e84
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 42 additions and 66 deletions

View File

@ -1539,8 +1539,8 @@ input:checked + .toggle-bg {
width: 100%;
}
.max-w-80 {
max-width: 20rem;
.max-w-\[30rem\] {
max-width: 30rem;
}
.max-w-screen-lg {
@ -1559,18 +1559,6 @@ input:checked + .toggle-bg {
max-width: 20rem;
}
.max-w-\[90\] {
max-width: 90;
}
.max-w-\[90rem\] {
max-width: 90rem;
}
.max-w-\[30rem\] {
max-width: 30rem;
}
.flex-1 {
flex: 1 1 0%;
}
@ -1750,22 +1738,10 @@ input:checked + .toggle-bg {
white-space: nowrap;
}
.text-wrap {
text-wrap: wrap;
}
.text-nowrap {
text-wrap: nowrap;
}
.text-balance {
text-wrap: balance;
}
.text-pretty {
text-wrap: pretty;
}
.rounded {
border-radius: 0.25rem;
}