quartz/components/styles/search.scss
@@ -1,8 +1,9 @@ @use "../../styles/variables.scss" as *; .search { min-width: 5rem; max-width: 12rem; max-width: 14rem; flex-grow: 0.3; margin: 0 1.5rem; & > #search-icon { background-color: var(--lightgray); @@ -56,7 +57,7 @@ margin-left: auto; margin-right: auto; @media all and (max-width: 1200px) { @media all and (max-width: $tabletBreakpoint) { width: 90%; } @@ -102,6 +103,7 @@ & .highlight { color: var(--secondary); font-weight: 700; } &:hover, &:focus {