diff --git a/components/clients.js b/components/clients.js index 533ec4c..14ea67c 100644 --- a/components/clients.js +++ b/components/clients.js @@ -14,6 +14,7 @@ const Container = styled(ResponsiveContainer)` justify-content: center; flex-direction: column; align-items: stretch; + width: 90%; } padding-top: 0; diff --git a/components/header.js b/components/header.js index 0f29db9..cca0f73 100644 --- a/components/header.js +++ b/components/header.js @@ -94,6 +94,7 @@ const MenuToggleButton = styled.button` background: ${props => props.theme.lightGrey}; } + padding: 7px 5px 5px; margin-right: 10px; background: white; border: solid 1px ${props => props.theme.lightGrey}; diff --git a/components/projectQueryForm.js b/components/projectQueryForm.js index f85d7d0..eb8ecba 100644 --- a/components/projectQueryForm.js +++ b/components/projectQueryForm.js @@ -61,6 +61,7 @@ const CloseQueryButton = styled.a` align-self: center; font-family: ${props => props.theme.serifFontFamily}; text-decoration: none; + color: black; :hover { text-decoration: none;