diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css index 09ded4be..38331090 100644 --- a/src/assets/styles/tailwind.css +++ b/src/assets/styles/tailwind.css @@ -1501,10 +1501,6 @@ video { border-top-width: 1px; } -.border-t-2 { - border-top-width: 2px; -} - .border-blue-500 { --tw-border-opacity: 1; border-color: rgb(59 130 246 / var(--tw-border-opacity)); @@ -1586,11 +1582,6 @@ video { padding-bottom: 0.5rem; } -.py-8 { - padding-top: 2rem; - padding-bottom: 2rem; -} - .pb-4 { padding-bottom: 1rem; }