File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,8 @@ main {
121121 width : 100% ;
122122 text-align : center;
123123 }
124- main > section > form > div > label input [type = "text" ] {
124+ main > section > form > div > label input [type = "text" ], main > section > form > div > label > output # header {
125+ display : block;
125126 margin : 5px 0 ;
126127 padding : 7px 14px ;
127128 border : none;
@@ -136,7 +137,8 @@ main {
136137 width : 300px ;
137138 max-width : calc (100% - 50px );
138139 }
139- main > section > form > div > label > textarea {
140+ main > section > form > div > label > textarea , main > section > form > div > label > output # description {
141+ display : block;
140142 margin : 5px 0 ;
141143 padding : 7px 14px ;
142144 border : none;
Original file line number Diff line number Diff line change 269269 < div >
270270
271271 < label for ="header ">
272- < input type ="text " name ="header " id ="header ">
272+ < output type ="text " name ="header " id ="header ">
273273 </ label >
274274 < label for ="description ">
275- < textarea name ="description " id ="description "> </ textarea >
275+ < output name ="description " id ="description ">
276276 </ label >
277277 < fieldset >
278278 < legend > Or</ legend >
You can’t perform that action at this time.
0 commit comments