Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Last active March 31, 2022 15:36
Show Gist options
  • Save AertHulsebos/11403794680bedd94d1639fa4c37563f to your computer and use it in GitHub Desktop.
Save AertHulsebos/11403794680bedd94d1639fa4c37563f to your computer and use it in GitHub Desktop.
/**
** 1. Title and Close Button
*/
@media (max-width: 425px) {
.cmplz-cookiebanner
.cmplz-header
.cmplz-title {
display: block;
}
.cmplz-cookiebanner
.cmplz-header {
display:flex;
justify-content: space-between;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment