Skip to content

Commit 67fc0cb

Browse files
give the grid wrapper recipe HTML textarea a bit more height so it can be played with more easily
1 parent cee5ce6 commit 67fc0cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-cookbook/grid-wrapper.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104
</textarea>
105105

106-
<textarea class="playable playable-html" style="height: 70px;">
106+
<textarea class="playable playable-html" style="height: 170px;">
107107
<div class="grid">
108108

109109
<div class="wrapper">
@@ -132,4 +132,4 @@
132132
</body>
133133
<script src="playable.js"></script>
134134

135-
</html>
135+
</html>

0 commit comments

Comments
 (0)