diff options
author | 2020-10-12 14:05:10 +0100 | |
---|---|---|
committer | 2020-10-12 14:05:10 +0100 | |
commit | d8d4a2b296ae62d4f309903d4533263222619874 (patch) | |
tree | b829044388a8700e4fad05e2117613a4b4f50435 /src/components/HeaderBar/index.tsx | |
parent | Fix 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.tsx | 4 |
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) { |