diff --git a/src/shared/components/TopcoderHeader/mobile/Header/style.scss b/src/shared/components/TopcoderHeader/mobile/Header/style.scss index 5b754e2038..a627839adb 100644 --- a/src/shared/components/TopcoderHeader/mobile/Header/style.scss +++ b/src/shared/components/TopcoderHeader/mobile/Header/style.scss @@ -4,6 +4,14 @@ position: absolute; right: 0; top: 16px; + + @media only screen and (max-width: 360px) { + position: static; + padding-top: 30px; + text-align: center; + display: block; + width: 100%; + } } .avatar { @@ -17,6 +25,10 @@ cursor: pointer; height: 54px; padding: 16px 12px; + + @media only screen and (max-width: 360px) { + height: 99px; + } } .logo {