diff --git a/files/static/dist/main.css b/files/static/dist/main.css index de1e970123..c07cdcf6b6 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -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));