Skip to content

Commit eadd2c6

Browse files
committed
fixing items that were running too wide in the page
1 parent 66de95f commit eadd2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flexbox/wrapping/flex-grid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</section>
9999
<textarea class="playable-css">
100100
.box {
101-
width: 600px;
101+
width: 500px;
102102
display: flex;
103103
flex-wrap: wrap;
104104
}

flexbox/wrapping/gaps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<textarea class="playable-css">
108108
.wrapper {
109109
border: 2px dotted rgb(96, 139, 168);
110-
width: 600px;
110+
width: 500px;
111111
}
112112
.box {
113113

0 commit comments

Comments
 (0)