Skip to content

Commit 953156a

Browse files
committed
Address shouldn’t be italic
1 parent dace01f commit 953156a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/base/_typography.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ h6 {
4545
*:not(li)>ol {
4646
padding: 0;
4747
list-style-position: outside;
48+
}
49+
50+
address {
51+
font-style: inherit;
4852
}

0 commit comments

Comments
 (0)