diff --git a/assets/tailwind.css b/assets/tailwind.css index 52ddfd2..71a710f 100644 --- a/assets/tailwind.css +++ b/assets/tailwind.css @@ -588,10 +588,6 @@ video { } } -.static { - position: static; -} - .absolute { position: absolute; } @@ -613,11 +609,6 @@ video { margin-right: auto; } -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} - .my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -778,12 +769,6 @@ video { margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } -.space-x-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(2rem * var(--tw-space-x-reverse)); - margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); -} - .space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -796,10 +781,6 @@ video { margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } -.overflow-x-auto { - overflow-x: auto; -} - .rounded { border-radius: 0.25rem; } @@ -950,10 +931,6 @@ video { background-clip: text; } -.p-3 { - padding: 0.75rem; -} - .p-4 { padding: 1rem; }