Skip to content

Commit ee653f8

Browse files
committed
form
1 parent 4bd43f4 commit ee653f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/FormPage/FormPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function FormPage() {
142142
<Grid item xs={12}>
143143
<Item className="projectPage-search">
144144

145-
<label style={{ color: 'orange', fontSize: '1.2rem' }}>Select up to three services you are interested in:
145+
<label style={{ width:"100%", color: 'orange', fontSize: '1.2rem' }}>Select up to three services you are interested in:
146146
<input style={{ width: '100%'}} list="services" name="Service" data-aos="fade-left"
147147
data-aos-duration="1000"
148148
className={classes.search} /></label>
@@ -168,7 +168,7 @@ function FormPage() {
168168
<Grid item xs={12}>
169169
<Item className="projectPage-search">
170170

171-
<label style={{ color: 'orange', fontSize: '1.2rem' }}>
171+
<label style={{ width:"100%", color: 'orange', fontSize: '1.2rem' }}>
172172
<input style={{ width: '100%'}} list="services" name="Service" data-aos="fade-left"
173173
data-aos-duration="1000"
174174
className={classes.search} /></label>
@@ -194,7 +194,7 @@ function FormPage() {
194194
<Grid item xs={12}>
195195
<Item className="projectPage-search">
196196

197-
<label style={{ color: 'orange', fontSize: '1.2rem' }}>
197+
<label style={{ width:"100%", color: 'orange', fontSize: '1.2rem' }}>
198198
<input style={{ width: '100%'}} w-full list="services" name="Service" data-aos="fade-left"
199199
data-aos-duration="1000"
200200
className={classes.search} /></label>

0 commit comments

Comments
 (0)