diff --git a/resources/css/layout/footer.css b/resources/css/layout/footer.css index 64bc65b..2d0ff62 100644 --- a/resources/css/layout/footer.css +++ b/resources/css/layout/footer.css @@ -94,19 +94,24 @@ } .legal-credits { - @apply text-center col-span-4 xl:col-span-2 flex flex-col md:flex-row justify-end items-center md:items-end gap-3 !text-sm; + @apply text-center col-span-4 xl:col-span-2 flex flex-col md:flex-row justify-end items-center md:items-end gap-4 !text-sm; + &__legal-page-link { - @apply font-semibold relative block; + @apply font-semibold relative block px-2 rounded-md; + &:hover { + @apply bg-neutral-200; + } } } @screen md { .legal-credits__legal-page-link + .legal-credits__legal-page-link { &:before { - @apply mr-3 h-4 bg-neutral-900; + @apply mr-3 h-4 bg-neutral-900 absolute; transform: translateY(3px); display: inline-block; content: ''; width: 1px; + left: -0.5rem; content: ''; } }