From 01508e99e4a8701e37b23beb5b006445d1799f1d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 17 Dec 2023 20:48:09 -0800 Subject: [PATCH] chore: styling fixes --- src/assets/styles/tailwind.css | 9 --------- 1 file changed, 9 deletions(-) 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; }