From 8a9a4fabd8d698ba847deef3f5c748b018407933 Mon Sep 17 00:00:00 2001 From: epicwinsolutions <57986978+epicwinsolutions@users.noreply.github.com> Date: Sun, 12 Jan 2020 02:14:20 +0500 Subject: [PATCH] Fixed the selector line-breaks Fixed the selector line-breaks for better readability. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4683b4722d..face29b1bc 100644 --- a/style.css +++ b/style.css @@ -703,9 +703,9 @@ a:hover, a:active { } } -.site-main .comment-navigation, .site-main -.posts-navigation, .site-main -.post-navigation { +.site-main .comment-navigation, +.site-main .posts-navigation, +.site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }