diff --git a/resources/css/base/generalites.css b/resources/css/base/generalites.css index 6961609..4f29dc5 100644 --- a/resources/css/base/generalites.css +++ b/resources/css/base/generalites.css @@ -34,7 +34,7 @@ section[isLoading] { details { @apply bg-white shadowed rounded-2xl mb-4 px-8 py-6; summary { - @apply font-bold list-none flex justify-between items-center cursor-pointer; + @apply font-bold list-none flex gap-4 md:gap-8 justify-between items-center cursor-pointer; .open-close-icon { @apply shrink-0; transition: transform 0.3s ease-in-out; @@ -64,3 +64,8 @@ details[open] summary .open-close-icon { max-width: 1310px; } } + +#cmplz-manage-consent .cmplz-manage-consent { + right: unset; + left: 20px; +}