Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cookiebot shrinkage
Browse files Browse the repository at this point in the history
jsladerman committed Nov 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e8a9989 commit 3e053b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
@@ -21,6 +21,14 @@ body,
#__next {
min-height: 100vh;
}

/* Cookiebot overrides */
@media (max-width: 1280px) {
body > #CybotCookiebotDialog {
transform: scale(0.8) translate(-60%, -50%) !important;
}
}

/* stylelint-enable */

*,

0 comments on commit 3e053b5

Please sign in to comment.