Regenerate css

This commit is contained in:
Pieter Vander Vennet 2022-04-29 23:54:12 +02:00
parent ecba715265
commit 50d95bbfd7

View file

@ -1144,22 +1144,12 @@ video {
width: 2.75rem; width: 2.75rem;
} }
.w-16 {
width: 4rem;
}
.w-min { .w-min {
width: -webkit-min-content; width: -webkit-min-content;
width: -moz-min-content; width: -moz-min-content;
width: min-content; width: min-content;
} }
.w-16 {
width: 4rem;
}
.w-auto {
width: auto;
.w-1\/2 { .w-1\/2 {
width: 50%; width: 50%;
} }
@ -1396,14 +1386,14 @@ video {
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem;
} }
.border-2 {
border-width: 2px;
}
.border { .border {
border-width: 1px; border-width: 1px;
} }
.border-2 {
border-width: 2px;
}
.border-4 { .border-4 {
border-width: 4px; border-width: 4px;
} }