From 063cd82aa633b24c52452e4f8cabfa269dd5be52 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 16 Jul 2020 23:01:43 +0100 Subject: [PATCH] swapped margins around --- public/css/style.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index f15193c9e..facf64249 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -2051,11 +2051,8 @@ key { "text text" "buttons buttons"; - .buttons, - .tagsListAndButton, - .info, - .code { - margin-top: 1rem; + .text { + margin-bottom: 1rem; } }