Skip to content

Commit 80d8085

Browse files
Merge pull request #20 from macjabeth/hotfix/grid-viewport
add viewport for mobile screens
2 parents 8c4f5f7 + 2e32cfa commit 80d8085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

learn/media-queries/grid.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
56
<title>Media Queries: a simple mobile first design, adding a grid component</title>
67
<style>
78
* {

0 commit comments

Comments
 (0)