Skip to content

Commit

Permalink
increase "search" font size
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed Dec 1, 2022
1 parent 3ff37ed commit 4c6bc00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/reusecore/Search/searchbox.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const SearchWrapper = styled.div`
input {
flex-basis: 100%;
font-size: inherit;
padding: 15px;
border-radius: 5px;
border: 1px solid ${(props) => props.theme.headingColor};
Expand All @@ -26,7 +27,7 @@ export const SearchWrapper = styled.div`
min-width: 20px;
border-radius: 5px;
background: transparent;
font-size: 22px;
font-size: 1.5rem;
color: ${(props) => props.theme.headingColor};
&:hover{
Expand All @@ -39,7 +40,7 @@ export const SearchWrapper = styled.div`
margin-top: 2.5rem;
width: 80vw;
margin-left: auto;
margin-right: auto;
margin-right: auto;
@media screen and (min-width: 768px) {
width: 50vw;
}
Expand Down

0 comments on commit 4c6bc00

Please sign in to comment.