contents(css): fix typo in responsive vs mobile-first question (#354)

This commit is contained in:
Brian Buddhadasa 2022-08-15 20:59:30 -04:00 committed by GitHub
parent d0965ae0c5
commit 1731641c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ Grid is by far the most intuitive approach for creating grid-based layouts (it b
Note that these two 2 approaches are not exclusive.
Making a website responsive means the some elements will respond by adapting its size or other functionality according to the device's screen size, typically the viewport width, through CSS media queries, for example, making the font size smaller on smaller devices.
Making a website responsive means that some elements will respond by adapting its size or other functionality according to the device's screen size, typically the viewport width, through CSS media queries, for example, making the font size smaller on smaller devices.
```css
@media (min-width: 601px) {