Skip to content

Commit 66de95f

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

flexbox/wrapping/flex-grid.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<style class="editable">
7272
.box {
73-
width: 600px;
73+
width: 500px;
7474
display: flex;
7575
flex-wrap: wrap;
7676
}

flexbox/wrapping/gaps.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<style class="editable">
7272
.wrapper {
7373
border: 2px dotted rgb(96, 139, 168);
74-
width: 600px;
74+
width: 500px;
7575
}
7676
.box {
7777

flexbox/wrapping/grid-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363

6464
.box {
65-
width: 600px;
65+
width: 500px;
6666
border: 2px dotted rgb(96, 139, 168);
6767
}
6868
</style>

flexbox/wrapping/row-reverse-wrap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363

6464
.box {
65-
width: 600px;
65+
width: 500px;
6666
border: 2px dotted rgb(96, 139, 168);
6767
}
6868
</style>

flexbox/wrapping/row-wrap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363

6464
.box {
65-
width: 600px;
65+
width: 500px;
6666
border: 2px dotted rgb(96, 139, 168);
6767
}
6868
</style>

0 commit comments

Comments
 (0)