Skip to content

Commit

Permalink
use no em's for line height
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Mar 3, 2022
1 parent 22c0ec8 commit 6a886bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ body {
.content p {
margin: 0 0 1.4em 0;
font-size: 1em;
line-height: 1.6em;
line-height: 1.6;
}

.content li {
line-height: 1.6em;
line-height: 1.6;
}

.content p+ul,
Expand Down Expand Up @@ -187,6 +187,7 @@ body {

.hero-text {
font-size: 1.2em;
line-height: 1.6;
color: white;
margin: 1em auto;
text-align: center;
Expand Down Expand Up @@ -232,7 +233,7 @@ body {
list-style-type: none;
margin: 0;
padding: 0;
line-height: 1.6em;
line-height: 1.6;
}

.footer-ruler {
Expand All @@ -247,7 +248,7 @@ body {
margin: 0;
padding: 0;
font-size: 1em;
line-height: 1.6em;
line-height: 1.6;
}

@media screen and (min-width: 48em) {
Expand Down

0 comments on commit 6a886bb

Please sign in to comment.