]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
do not use shorthand notation 631/head
authorThomas Portelange <thomas@lekoala.be>
Thu, 17 Nov 2016 04:00:22 +0000 (05:00 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2016 04:00:22 +0000 (05:00 +0100)
scss/components/_typography.scss

index 0e0d63a72e60b6d6dfd74f3efe1b678339bdc2ca..74ab524b7f15250fb2eed144a3c05d456739e0fd 100755 (executable)
@@ -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;