Skip to content

Commit

Permalink
search bar formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bbovenzi committed Oct 30, 2020
1 parent 5a3d2ad commit 9cf02aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions client/src/components/Results/ResultsFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ const useStyles = makeStyles((theme) => ({
position: "sticky",
top: "48px",
zIndex: 1,
[theme.breakpoints.up("md")]: {
justifyContent: "center",
},
justifyContent: "center",
},
inputContainer: {
display: "flex",
alignItems: "center",
width: "100%",
maxWidth: "30rem",
margin: "0 0.5rem",
},
form: {
Expand Down Expand Up @@ -73,7 +72,7 @@ const useStyles = makeStyles((theme) => ({
},
submit: {
height: "40px",
minWidth: "25px",
// minWidth: "25px",
backgroundColor: "#BCE76D",
borderRadius: "0 6px 6px 0",
boxShadow: "none",
Expand Down

0 comments on commit 9cf02aa

Please sign in to comment.