Skip to content

Commit f13b6c0

Browse files
committed
Update inline-block-nav.html
1 parent 647be04 commit f13b6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/box-model/inline-block-nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</nav>
4545
</section>
4646

47-
<textarea class="playable playable-css" style="height: 180px;">
47+
<textarea class="playable playable-css" style="height: 240px;">
4848
.links-list a {
4949
background-color: rgb(179,57,81);
5050
color: #fff;
@@ -58,7 +58,7 @@
5858
}
5959
</textarea>
6060

61-
<textarea class="playable playable-html" style="height: 120px;">
61+
<textarea class="playable playable-html" style="height: 180px;">
6262
<nav>
6363
<ul class="links-list">
6464
<li><a href="">Link one</a></li>

0 commit comments

Comments
 (0)