diff --git a/resources/css/components/main.css b/resources/css/components/main.css index 4e9f56b..a60122e 100644 --- a/resources/css/components/main.css +++ b/resources/css/components/main.css @@ -1,5 +1,5 @@ @media (min-height: theme('screens.md')) { main { - @apply tw-flex tw-flex-col tw-justify-center tw-h-full + @apply flex flex-col justify-center h-full } }