Skip to content

Commit c7e612d

Browse files
committed
Adjust homepage styling
1 parent f39cf29 commit c7e612d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

components/search-form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react"
33
import ButtonSubmit from "components/button-submit"
44

55
const SearchForm = () => (
6-
<form className="form-wrap layout">
6+
<form className="main-search form-wrap layout">
77
<div className="form-field">
88
<label htmlFor="place-search" className="label">Where to?</label>
99
<div className="custom-input">

components/styles/page-home.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
box-shadow: 0 10px 30px #00000012;
1515
display: grid;
1616
gap: 1em;
17-
grid-template-columns: 3fr 3fr 1fr;
17+
grid-template-columns: 5fr 5fr 1fr;
1818
padding: 2em;
1919
margin: -60px auto 0;
2020
}

global-styles/styles.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ button {
158158
font-weight: bold;
159159
margin: 2em 0 1em;
160160
}
161-
.item p {
161+
.item p,
162+
.item div {
162163
font-size: 1rem;
163164
line-height: 1.5;
164165
}

0 commit comments

Comments
 (0)