forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-19 13:24:00 -06:00
parent 4959888d73
commit 7aa3610313
1 changed files with 2 additions and 7 deletions

View File

@ -1215,8 +1215,8 @@ video {
.w-2 {
width: 0.5rem;
}
.w-2\/4 {
width: 50%;
.w-3\/4 {
width: 75%;
}
.w-1\/4 {
width: 25%;
@ -1412,11 +1412,6 @@ video {
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));