Skip to content

Commit

Permalink
fix(css): firefox handles round em values better
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Apr 6, 2016
1 parent f6d902b commit adfc96a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ body {
}

h1 {
font-size: 2.8em;
margin: 4px 16px;
font-size: 3em;
margin: 2px 8px 0px 16px;
display: inline-block;
min-width: 300px;
min-width: 330px;
}

h2 {
Expand All @@ -28,7 +28,7 @@ p {
}

.header > .align-center {
max-width: 410px;
max-width: 425px;
display: flex;
}

Expand Down

0 comments on commit adfc96a

Please sign in to comment.