From d8d4a2b296ae62d4f309903d4533263222619874 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 12 Oct 2020 14:05:10 +0100 Subject: Fix the SVG scaling with new SVG loader --- src/components/HeaderBar/index.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/components/HeaderBar/index.tsx') diff --git a/src/components/HeaderBar/index.tsx b/src/components/HeaderBar/index.tsx index a38e97b..8928a08 100644 --- a/src/components/HeaderBar/index.tsx +++ b/src/components/HeaderBar/index.tsx @@ -14,10 +14,6 @@ top: 0; position: absolute; width: 100%; transition: height 1s; - -@media (max-width: 770px) { - height: 140px; -} `; function HeaderBar({ title }: HeaderBarProps) { -- cgit v1.2.3