Skip to content

Commit ba311ba

Browse files
authored
Update media-objects.html
add meta viewport
1 parent ac424a6 commit ba311ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-cookbook/media-objects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8">
77

88
<title>CSS Cookbook: media objects</title>
9-
9+
<meta name="viewport" content="width=device-width, initial-scale=1">
1010
<link rel="stylesheet" href="styles.css">
1111

1212
<style>
@@ -272,4 +272,4 @@
272272
</body>
273273
<script src="playable.js"></script>
274274

275-
</html>
275+
</html>

0 commit comments

Comments
 (0)