Skip to content

Commit

Permalink
Center Cookie Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchrysovergis committed Aug 3, 2024
1 parent 7b12993 commit 7f5d209
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dist/css/styles.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@ div.termsfeed-com---pc-dialog {

.termsfeed-com---pc-dialog {
width: 875px;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.cc-cp-body-tabs {
Expand Down Expand Up @@ -484,7 +488,7 @@ div.termsfeed-com---pc-dialog {
}

@media only screen and (max-width: 600px) {
.termsfeed-com---preferences-center {
#termsfeed-com---preferences-center {
.cc-cp-body-content-entry {
padding: 25px 10px;
}
Expand Down

0 comments on commit 7f5d209

Please sign in to comment.