From a1017250091c0e20547ff32db47a6be4c775eed4 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Mon, 15 Jan 2018 09:29:55 -0300 Subject: [PATCH] Fix negative margin with positive one, should be fixed using the attached keywords from the elements below --- addon/styles/components/_page-title.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/styles/components/_page-title.sass b/addon/styles/components/_page-title.sass index 9a6e39e..45b1401 100644 --- a/addon/styles/components/_page-title.sass +++ b/addon/styles/components/_page-title.sass @@ -1,7 +1,7 @@ .page-title &.ui.header margin-top: 12px - margin-bottom: -4px + margin-bottom: 10px .between-brackets &:before margin-left: 1rem