Skip to content

Commit fd672ba

Browse files
committed
fixing stray alignment property
1 parent 9da6b0d commit fd672ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

flexbox/use-cases/input-button.html

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
section .example input {
5959
margin: 0;
6060
font-size: 1.2em;
61+
font-weight: normal;
6162
padding: 10px;
6263

6364
}

flexbox/use-cases/label-input-button.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<style class="editable">
8989
.wrapper {
9090
display: flex;
91-
align-items: center;
91+
9292
}
9393

9494
.wrapper input[type="text"] {
@@ -106,7 +106,7 @@
106106
<textarea class="playable-css">
107107
.wrapper {
108108
display: flex;
109-
align-items: center;
109+
110110
}
111111

112112
.wrapper input[type="text"] {

0 commit comments

Comments
 (0)