Skip to content

Commit 18f2f87

Browse files
Merge pull request #34 from avivmu/master
Fix media query being always applied
2 parents fffd190 + 49d2340 commit 18f2f87

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

learn/rwd/flex-based-rwd.html

Lines changed: 1 addition & 0 deletions
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">
56
<title>A simple flexbox-based responsive design</title>
67
<style>
78
body {

learn/rwd/grid-based-rwd.html

Lines changed: 1 addition & 0 deletions
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">
56
<title>A simple grid-based responsive design</title>
67
<style>
78
body {

learn/rwd/type-rwd.html

Lines changed: 1 addition & 0 deletions
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">
56
<title>Demonstration of responsive typography</title>
67
<style>
78
html {

learn/rwd/type-vw.html

Lines changed: 1 addition & 0 deletions
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">
56
<title>Demonstration of responsive typography with vw</title>
67
<style>
78
html {

0 commit comments

Comments
 (0)