aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/HeaderBar/index.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-10-12 14:05:10 +0100
committerGravatar Joe Banks <[email protected]>2020-10-12 14:05:10 +0100
commitd8d4a2b296ae62d4f309903d4533263222619874 (patch)
treeb829044388a8700e4fad05e2117613a4b4f50435 /src/components/HeaderBar/index.tsx
parentFix tests (diff)
Fix the SVG scaling with new SVG loader
Diffstat (limited to 'src/components/HeaderBar/index.tsx')
-rw-r--r--src/components/HeaderBar/index.tsx4
1 files changed, 0 insertions, 4 deletions
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) {