From a36a63a769e28c12992e06fa42d714489ff9258b Mon Sep 17 00:00:00 2001 From: Ben Brehaut Date: Sun, 13 Aug 2017 19:54:38 +0100 Subject: [PATCH] Removed italics from address tag --- assets/scss/base/_reset.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/scss/base/_reset.scss b/assets/scss/base/_reset.scss index 818c619..0bd2f61 100755 --- a/assets/scss/base/_reset.scss +++ b/assets/scss/base/_reset.scss @@ -363,6 +363,13 @@ textarea { overflow: auto; } +/** + * Remove italics from
tag + */ +address { + font-style: normal; +} + /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-.