diff --git a/public/css/tailwind.css b/public/css/tailwind.css index 9e9900a..5872a3f 100644 --- a/public/css/tailwind.css +++ b/public/css/tailwind.css @@ -1472,11 +1472,6 @@ h4 { margin-bottom: 2rem; } -.my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} - .-mr-2 { margin-right: -0.5rem; } @@ -2153,6 +2148,11 @@ h4 { color: rgb(37 99 235 / var(--tw-text-opacity, 1)); } +.text-blue-700 { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity, 1)); +} + .text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity, 1)); @@ -2233,11 +2233,6 @@ h4 { color: rgb(255 255 255 / var(--tw-text-opacity, 1)); } -.text-blue-700 { - --tw-text-opacity: 1; - color: rgb(29 78 216 / var(--tw-text-opacity, 1)); -} - .underline { text-decoration-line: underline; }