Fix missing semicolon
This commit is contained in:
parent
b432ff35a2
commit
1e1912c2b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue