Last active
March 31, 2022 15:36
-
-
Save AertHulsebos/11403794680bedd94d1639fa4c37563f to your computer and use it in GitHub Desktop.
This file contains 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
/** | |
** 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