File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from "react"
3
3
import ButtonSubmit from "components/button-submit"
4
4
5
5
const SearchForm = ( ) => (
6
- < form className = "form-wrap layout" >
6
+ < form className = "main-search form-wrap layout" >
7
7
< div className = "form-field" >
8
8
< label htmlFor = "place-search" className = "label" > Where to?</ label >
9
9
< div className = "custom-input" >
Original file line number Diff line number Diff line change 14
14
box-shadow : 0 10px 30px #00000012 ;
15
15
display : grid ;
16
16
gap : 1em ;
17
- grid-template-columns : 3 fr 3 fr 1fr ;
17
+ grid-template-columns : 5 fr 5 fr 1fr ;
18
18
padding : 2em ;
19
19
margin : -60px auto 0 ;
20
20
}
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ button {
158
158
font-weight : bold ;
159
159
margin : 2em 0 1em ;
160
160
}
161
- .item p {
161
+ .item p ,
162
+ .item div {
162
163
font-size : 1rem ;
163
164
line-height : 1.5 ;
164
165
}
You can’t perform that action at this time.
0 commit comments