Update README.md

This commit is contained in:
Adam Kaplan 2014-02-18 21:09:20 -06:00
parent bc2dbfae5b
commit b792b4162d

View file

@ -19,7 +19,7 @@ Introduce layout-specific rules only when you need them. Use `min-width` to laye
```
/* Small screens (default) */
html { font-size; 100%; }
html { font-size: 100%; }
/* Medium screens (640px) */
@media (min-width: 40rem) {