From 50b014798fa9f1df5922302145852c1a95d63684 Mon Sep 17 00:00:00 2001 From: Thomas Portelange Date: Thu, 17 Nov 2016 05:00:22 +0100 Subject: [PATCH] do not use shorthand notation --- scss/components/_typography.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index 0e0d63a7..74ab524b 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -165,7 +165,10 @@ a { color: $global-font-color; font-family: $body-font-family; font-weight: $global-font-weight; - padding: 0; + padding-top: 0; + padding-right: 0; + padding-bottom: 0; + padding-left: 0; margin: 0; Margin: 0; text-align: left; -- 2.47.2