Fix missing semicolon

This commit is contained in:
Gabriel Augendre 2016-07-14 21:25:02 +02:00
parent b432ff35a2
commit 1e1912c2b2
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -6,6 +6,6 @@ html {
body {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.5;
}