Skip to content

Commit 35a14f8

Browse files
fixing text box heights on flexbox alignmewnt examples
1 parent b835da0 commit 35a14f8

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

flexbox/alignment/align-content-column.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 140px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 170px
3434
}
3535

3636
.playable-buttons {
@@ -65,7 +65,7 @@
6565
border-radius: 5px;
6666
background-color: rgba(96, 139, 168, .2);
6767
flex:1 1 100px;
68-
68+
6969
}
7070
</style>
7171
<style class="editable">
@@ -77,7 +77,7 @@
7777
height: 400px;
7878
align-content: space-between;
7979
}
80-
80+
8181
</style>
8282
</head>
8383

flexbox/alignment/align-content.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 120px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 170px
3434
}
3535

3636
.playable-buttons {
@@ -66,7 +66,7 @@
6666
border-radius: 5px;
6767
background-color: rgba(96, 139, 168, .2);
6868
flex:1 1 100px;
69-
69+
7070
}
7171
</style>
7272
<style class="editable">
@@ -76,7 +76,7 @@
7676
height: 400px;
7777
align-content: space-between;
7878
}
79-
79+
8080
</style>
8181
</head>
8282

flexbox/alignment/align-self-column.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 200px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 120px
3434
}
3535

3636
.playable-buttons {

flexbox/alignment/align-self.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 180px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 120px
3434
}
3535

3636
.playable-buttons {

flexbox/alignment/auto-margins.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 110px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 140px
3434
}
3535

3636
.playable-buttons {

flexbox/alignment/intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 90px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 80px
3434
}
3535

3636
.playable-buttons {

flexbox/alignment/justify-content-column.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 110px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 120px
3434
}
3535

3636
.playable-buttons {

flexbox/alignment/justify-content-reverse.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 100px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 120px
3434
}
3535

3636
.playable-buttons {

flexbox/alignment/justify-content-writing-mode.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
textarea:nth-of-type(1) {
29-
height: 80px
29+
height: 100px
3030
}
3131

3232
textarea:nth-of-type(2) {
33-
height: 160px
33+
height: 120px
3434
}
3535

3636
.playable-buttons {
@@ -58,7 +58,7 @@
5858
.box {
5959
width: 500px;
6060
border: 2px dotted rgb(96, 139, 168);
61-
61+
6262
}
6363

6464
.box>* {

0 commit comments

Comments
 (0)