Skip to content

Commit f60d0e7

Browse files
committed
fix(style): set line-height to improve global body legibility
fixes #591
1 parent c316a50 commit f60d0e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/fxa-content-server/app/styles/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ a {
6666
@include anchor-default-pseudo-classes();
6767
}
6868

69+
p {
70+
line-height: 23px;
71+
}
72+
6973
header {
7074
margin-bottom: 16px;
7175

0 commit comments

Comments
 (0)