diff --git a/src/pages/Provide.js b/src/pages/Provide.js index 7d27851..c39e0a4 100644 --- a/src/pages/Provide.js +++ b/src/pages/Provide.js @@ -22,13 +22,7 @@ function Provide() {

Help your neighbor in your area of expertise

- +

Select a task category

@@ -68,8 +62,3 @@ function Provide() { ); } export default Provide; - -//? Pseudo Code -//? Need an geolocation API to generate all zip codes within the 5 miles radius of the zip code entered in search input area -//? All these zip codes would be used to match any zip codes in the forms' zip codes in the database -//! Warning: a tag doesn't work in React, try Link or something else clickable diff --git a/src/pages/Request.js b/src/pages/Request.js index f6031ab..96bddf4 100644 --- a/src/pages/Request.js +++ b/src/pages/Request.js @@ -84,9 +84,8 @@ function Request() { setZipCode(e.target.value)} required diff --git a/src/styles/provide.scss b/src/styles/provide.scss index 341c51f..f6d0269 100644 --- a/src/styles/provide.scss +++ b/src/styles/provide.scss @@ -14,7 +14,7 @@ } .provide-button-box { display: flex; - justify-content: space-between; + justify-content: space-evenly; margin-bottom: 10px; } input[type="checkbox"] { @@ -27,7 +27,6 @@ input[type="checkbox"] { height: 16px; border: 2px solid $text; border-radius: 5px; - //padding: 10px; display: grid; place-content: center; }