diff --git a/app/styles/components/tabs-bar.scss b/app/styles/components/tabs-bar.scss index bf88e4500..1a6b19d5c 100644 --- a/app/styles/components/tabs-bar.scss +++ b/app/styles/components/tabs-bar.scss @@ -282,6 +282,15 @@ &:hover { border: 0 !important; } + + /* Move logo to center on mobile */ + @media screen and (max-width: 450px) { + margin: 0 auto; + position: absolute; + left: 0; + right: 0; + text-align: center; + } } &--no-highlight,