Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Removed italics from address tag
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrehaut committed Aug 13, 2017
1 parent bc20218 commit a36a63a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scss/base/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,13 @@ textarea {
overflow: auto;
}

/**
* Remove italics from <address> tag
*/
address {
font-style: normal;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
Expand Down

0 comments on commit a36a63a

Please sign in to comment.