@@ -142,8 +142,8 @@
.wp-block-post-comments form {
display: grid;
- -moz-column-gap: 1em;
- column-gap: 1em;
+ -moz-column-gap: 1.2em;
+ column-gap: 1.2em;
grid-template-rows: auto;
grid-template-areas: "notes notes" "comment comment" "author email" "url url" "cookies-consent cookies-consent" "form-submit form-submit";
}
@@ -34,7 +34,7 @@
form {
grid-template-areas:
"notes notes"