diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index 48b50b8..362482a 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -8,10 +8,12 @@ footer { .branding { @apply w-full mb-12 grid relative mt-24 md:mt-32 xl:mt-48; z-index: -1; - .square, + /* .square, .rectangle-rotated { z-index: -1; - } + } */ + .square, + .rectangle-rotated, .circle, .rectangle-vertical { z-index: -3; @@ -78,6 +80,11 @@ footer { .social-networks-links { @apply flex gap-2; + .social-link { + &:after { + @apply !content-none; + } + } .social-icon { @apply w-full h-auto; diff --git a/template-parts/footer.php b/template-parts/footer.php index a83edba..f538a81 100644 --- a/template-parts/footer.php +++ b/template-parts/footer.php @@ -63,16 +63,16 @@