From 75cbf48af889b5e3c701c2b77cbaca1ecb2466d2 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 18 Sep 2024 10:57:13 -0700 Subject: [PATCH] fix reply box margin --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 99d4a8f..8590ec8 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: Sophia After Dark Author: Sophia Atkinson, Mystery Themes Author URI: https://sophia.wtf Description: Sophia After Dark is a page builder based and colorful free blog style WordPress theme fit for writers and bloggers. With the help of live customizer option makes your site own and present your content in an attractive way. It comes up with an amazing creative blog layouts, fully RTL and translation ready, and also compatible with Gutenberg. The theme works perfectly with Elementor that helps to create a beautiful and unique website faster. As its name suggests, it added staggering variety of color and makes your site attractive and elegant. -Version: 1.3.2 +Version: 1.3.3 Requires at least: 4.7 Tested up to: 6.0.2 Requires PHP: 5.2.4 @@ -1071,6 +1071,7 @@ textarea#comment { #respond { padding: 20px; margin: 20px 0 0; + margin-bottom: 20px !important; color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.5); }