From f5f1ec03fe15aeb9300a5cb86635ec6d401ec1e5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 13 Jul 2017 15:26:03 +0200 Subject: [PATCH] Optimize scss --- text.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/text.scss b/text.scss index 84e6f9e..a880b6e 100644 --- a/text.scss +++ b/text.scss @@ -6,8 +6,8 @@ p { margin: 0; padding: 0; } -} -p+p { - margin-top: 5px; + +p { + margin-top: 5px; + } }