mirror of
https://github.com/samsonjs/grid.git
synced 2026-04-27 15:07:39 +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) */
|
/* Small screens (default) */
|
||||||
html { font-size; 100%; }
|
html { font-size: 100%; }
|
||||||
|
|
||||||
/* Medium screens (640px) */
|
/* Medium screens (640px) */
|
||||||
@media (min-width: 40rem) {
|
@media (min-width: 40rem) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue