From 15fa4f267b3e96cf86a1937a5c27a6effa118137 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Jun 2025 16:10:03 +0200 Subject: [PATCH] STYLE refining section-titles aspect --- resources/css/layout/footer.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index 95e827b..348d354 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -1,5 +1,10 @@ footer { - @apply w-full mx-auto px-12; + @apply w-full mx-auto px-12 pb-32; + + .section-title { + @apply text-lg nunito uppercase font-bold tracking-widest mb-6; + } + .branding { @apply w-full mb-12 grid relative mt-24 md:mt-32 xl:mt-48; z-index: -1;