From b452cec4464a51cf65ec438c302f5281c6f946db Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 26 Oct 2023 17:54:57 +0200 Subject: [PATCH] updating heading box tree organisation --- resources/css/components/heading-box.css | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 resources/css/components/heading-box.css diff --git a/resources/css/components/heading-box.css b/resources/css/components/heading-box.css deleted file mode 100644 index 2978cdd..0000000 --- a/resources/css/components/heading-box.css +++ /dev/null @@ -1,30 +0,0 @@ -.heading-box { - @apply container - bg-primary - text-white - text-center - mx-auto - py-12 - rounded-2xl - pt-20 - mt-8 - relative; - - /* max-w-screen-2xl - px-8 mx-auto - - - relative - pt-20; */ - &__title { - @apply uppercase font-medium text-xl tracking-widest; - } - &__description { - @apply font-bold text-4xl max-w-screen-md mx-auto pt-4 max-w-md mx-auto; - line-height: 1.2; - } - &__page-icon { - @apply mx-auto w-28 absolute top-0 left-1/2; - transform: translate(-50%, -50%); - } -}