diff --git a/components/Footer.module.scss b/components/Footer.module.scss index 3ead9f3..64acaa1 100644 --- a/components/Footer.module.scss +++ b/components/Footer.module.scss @@ -22,8 +22,9 @@ outline: none; border-bottom: solid 2px transparent; - &:hover, &:focus { + &:hover, + &:focus { border-bottom-color: $yellow; } } -} \ No newline at end of file +} diff --git a/components/SearchBox.module.scss b/components/SearchBox.module.scss index 2664839..f25355a 100644 --- a/components/SearchBox.module.scss +++ b/components/SearchBox.module.scss @@ -11,6 +11,7 @@ text-align: center; // grid-column: 1 / span 3; flex-grow: 3; + max-width: 100%; &:focus { outline-color: $yellow; @@ -19,5 +20,6 @@ &::placeholder { font-weight: 400; font-style: italic; + color: $pink; } } \ No newline at end of file diff --git a/pages/index.js b/pages/index.js index 7eb5bbf..3d36e3c 100644 --- a/pages/index.js +++ b/pages/index.js @@ -32,6 +32,22 @@ export default function Home(props) { <>