Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 21, 2021 15:14
Show Gist options
  • Select an option

  • Save AertHulsebos/5ed5c773e3e5b374e6e5d943404a7e77 to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/5ed5c773e3e5b374e6e5d943404a7e77 to your computer and use it in GitHub Desktop.
@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