mirror of
https://github.com/samsonjs/grid.git
synced 2026-03-25 09:05:51 +00:00
Update README.md
This commit is contained in:
parent
bc2dbfae5b
commit
b792b4162d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue