We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac6a61 commit 2ef3e2fCopy full SHA for 2ef3e2f
src/shared/components/TopcoderHeader/mobile/Header/style.scss
@@ -4,6 +4,14 @@
4
position: absolute;
5
right: 0;
6
top: 16px;
7
+
8
+ @media only screen and (max-width: 360px) {
9
+ position: static;
10
+ padding-top: 30px;
11
+ text-align: center;
12
+ display: block;
13
+ width: 100%;
14
+ }
15
}
16
17
.avatar {
@@ -17,6 +25,10 @@
25
cursor: pointer;
18
26
height: 54px;
19
27
padding: 16px 12px;
28
29
30
+ height: 99px;
31
20
32
21
33
22
34
.logo {
0 commit comments