Skip to content

Commit 01080a7

Browse files
authored
Merge pull request #398 from topcoder-platform/issue383
PR for issue383 -iversonLv- Mobile :Join button overlapping on Menu fixes #383
2 parents 281a9aa + 2ef3e2f commit 01080a7

File tree

1 file changed

+12
-0
lines changed
  • src/shared/components/TopcoderHeader/mobile/Header

1 file changed

+12
-0
lines changed

src/shared/components/TopcoderHeader/mobile/Header/style.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
position: absolute;
55
right: 0;
66
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+
}
715
}
816

917
.avatar {
@@ -17,6 +25,10 @@
1725
cursor: pointer;
1826
height: 54px;
1927
padding: 16px 12px;
28+
29+
@media only screen and (max-width: 360px) {
30+
height: 99px;
31+
}
2032
}
2133

2234
.logo {

0 commit comments

Comments
 (0)