diff --git a/src/components/Header/MobilePopup.tsx b/src/components/Header/MobilePopup.tsx index f87816f1..691c21d7 100644 --- a/src/components/Header/MobilePopup.tsx +++ b/src/components/Header/MobilePopup.tsx @@ -37,7 +37,6 @@ class MobilePopup extends React.Component { width: 100%; justify-self: end; text-align: right; - font-size: 2rem; @media (min-width: 940px) { display: none; } diff --git a/src/components/Header/__snapshots__/index.test.tsx.snap b/src/components/Header/__snapshots__/index.test.tsx.snap index 3f6fc27c..50da4cd5 100644 --- a/src/components/Header/__snapshots__/index.test.tsx.snap +++ b/src/components/Header/__snapshots__/index.test.tsx.snap @@ -50,7 +50,6 @@ exports[`Navbar Matches its snapshot 1`] = ` width: 100%; justify-self: end; text-align: right; - font-size: 2rem; } @media (min-width:940px) {