aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-16 22:29:09 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-01-16 22:29:09 +0300
commit2a3300109f41ea597bd299a53ce240a2183f0ae8 (patch)
treebd4b61ff5465def88147f1970cfeeb4f49cb7837 /src/pages
parentPolyfills Smooth Scroll (diff)
Minor Style Adjustments
Minor adjustments following the first round of open feedback. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/FormPage.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/FormPage.tsx b/src/pages/FormPage.tsx
index 647003f..2d34b3c 100644
--- a/src/pages/FormPage.tsx
+++ b/src/pages/FormPage.tsx
@@ -146,6 +146,10 @@ const closedHeaderStyles = css`
font-size: 1.5rem;
background-color: ${colors.error};
+
+ @media (max-width: 500px) {
+ padding: 1rem 1.5rem;
+ }
`;
function FormPage(): JSX.Element {