diff --git a/public/css/homepage.css b/public/css/homepage.css index 650f80328..8d520ae22 100755 --- a/public/css/homepage.css +++ b/public/css/homepage.css @@ -28,9 +28,15 @@ body { display: inline; } +@media screen and (max-width: 428px) { + .introtext2 { + visibility: hidden; + color: red; + } +} @media screen and (max-width: 374px) { .intro_text { - font-size: 1.2rem; + font-size: 1.4rem; } } diff --git a/src/components/createListing/createListing.css b/src/components/createListing/createListing.css index 146b78702..d487c693c 100755 --- a/src/components/createListing/createListing.css +++ b/src/components/createListing/createListing.css @@ -483,7 +483,8 @@ span.import-info { width: 65%; } .css-18ozde5-container { - width: 65% !important; + /* width: 65% !important; */ + width: 65%; } } @@ -530,7 +531,8 @@ span.import-info { width: 60%; } .css-18ozde5-container { - width: 60% !important; + /* width: 60% !important; */ + width: 60%; } .confirm-listing-button { width: 90px; diff --git a/src/components/homePage/FilterSearchModal.js b/src/components/homePage/FilterSearchModal.js index 5929f5c68..d6ce30066 100755 --- a/src/components/homePage/FilterSearchModal.js +++ b/src/components/homePage/FilterSearchModal.js @@ -74,11 +74,14 @@ const FilterSearchModal = (props) => {

Looking For Something Specific?

-
+
- -

Max Price:

+
+ +

Max Price:

+
{ />
- -

Min Guests:

+
+ +

Min Guests:

+
handleGuestsChange(e)} @@ -96,7 +102,7 @@ const FilterSearchModal = (props) => { />
-
+
{sortPrice === null || sortPrice === true ? ( @@ -150,8 +156,9 @@ const FilterSearchModal = (props) => {
-
+
{ >

Country:

setStateFilter(e.value)} value={ countryFilter === "USA" @@ -194,6 +204,8 @@ const FilterSearchModal = (props) => {
+ {/*
*/} +