Created
May 21, 2021 15:14
-
-
Save AertHulsebos/5ed5c773e3e5b374e6e5d943404a7e77 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
| @media only screen and (max-width: 600px) { | |
| #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose, | |
| #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose { | |
| grid-template-columns:unset!important; | |
| } | |
| #primary .post .entry-content h5, #primary .page .entry-content h5 { | |
| font-size: 16px!important; | |
| word-wrap: break-word; | |
| } | |
| #primary .post .entry-content h4, #primary .page .entry-content h4 { | |
| font-size: 18px!important; | |
| } | |
| #primary .post .entry-content h3, #primary .page .entry-content h3 { | |
| font-size: 22px!important; | |
| } | |
| #cmplz-cookies-overview .cmplz-dropdown summary, | |
| #cmplz-document .cmplz-dropdown summary { | |
| padding: 10px 0px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment