Last active
January 28, 2022 12:42
-
-
Save AertHulsebos/02dbfd2d910697ee1770503e1dc601cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Alternative: Use a link in the footer! */ | |
| [cmplz-revoke-link text="Don't want non-functional cookies? Revoke your settings!"] | |
| /* You can also add some CSS to force the settings button for all devices. */ | |
| @media (max-width: 768px) { | |
| #cmplz-manage-consent .cmplz-manage-consent { | |
| display: unset; | |
| bottom: -5px!important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment