Skip to content

Commit

Permalink
display fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Sep 15, 2024
1 parent 9057b6f commit 5a36ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/cookies.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
})
</script>

<section class="fixed max-w-3xl p-4 bg-white border border-gray-200 sm:gap-x-4 mx-12 bottom-16 dark:bg-gray-900 sm:flex sm:items-center dark:border-gray-700 rounded-2xl" x-data="cookieConsent" x-bind="dialogue" x-cloak>
<section class="z-10 fixed max-w-3xl p-4 bg-white border border-gray-200 sm:gap-x-4 mx-12 bottom-16 dark:bg-gray-900 sm:flex sm:items-center dark:border-gray-700 rounded-2xl" x-data="cookieConsent" x-bind="dialogue" x-cloak>
<div class="flex items-center gap-x-4">
<span class="inline-flex p-2 text-website-normal rounded-lg shrink-0 dark:bg-gray-800 bg-website-light/30 show">
<i class="ti ti-cookie text-4xl"></i>
Expand Down

0 comments on commit 5a36ee7

Please sign in to comment.