From da57ed10e2eca4acd55a4881e8822ccbf0b29de4 Mon Sep 17 00:00:00 2001 From: Christoph Herr Date: Tue, 3 Jul 2018 17:03:05 -0400 Subject: [PATCH] Adjusted styling for comment fieldset and cookie consent. --- lib/assets/less/style.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/assets/less/style.less b/lib/assets/less/style.less index 82f15172..51d8f7e4 100644 --- a/lib/assets/less/style.less +++ b/lib/assets/less/style.less @@ -80,6 +80,14 @@ article header > .tm-article-image:first-child { margin-top: @grid-gutter-vertical; } +.comment-respond fieldset { + margin-bottom: @grid-gutter-vertical; +} + +#wp-comment-cookies-consent { + margin-right: 15px; +} + .comment-reply-title > small a { margin-top: -3px; }