diff --git a/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss b/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss index ec9fb12b90..1e0af67ca4 100644 --- a/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss +++ b/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss @@ -382,6 +382,10 @@ color: $color__text-light; } + #wp-comment-cookies-consent { + margin: 0 10px 0 0; + } + .comment-form-author, .comment-form-email { @include media(tablet) { diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 2434832849..daa678ac06 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -4949,6 +4949,10 @@ body.page .main-navigation { color: #767676; } +.comment-form #wp-comment-cookies-consent { + margin: 0 0 0 10px; +} + @media only screen and (min-width: 768px) { .comment-form .comment-form-author, .comment-form .comment-form-email { diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css index 28269936de..f38e859a54 100644 --- a/src/wp-content/themes/twentynineteen/style.css +++ b/src/wp-content/themes/twentynineteen/style.css @@ -4955,6 +4955,10 @@ body.page .main-navigation { color: #767676; } +.comment-form #wp-comment-cookies-consent { + margin: 0 10px 0 0; +} + @media only screen and (min-width: 768px) { .comment-form .comment-form-author, .comment-form .comment-form-email {