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;