Skip to content

Commit 2742105

Browse files
committed
MP-90 more mobile fixes
1 parent affde03 commit 2742105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/apps/profiles/src/member-profile/page-layout/ProfilePageLayout.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
height: 100%;
88

99
.profileHeaderWrap {
10-
background: url('../../lib/assets/profile-header-bg.png') no-repeat left top / auto, linear-gradient(#0d83c5, #0e89d5);
10+
background: url('../../lib/assets/profile-header-bg.png') no-repeat right top / auto, linear-gradient(#0d83c5, #0e89d5);
1111

1212
@include ltelg {
1313
background: url('../../lib/assets/profile-header-bg-mobile.png') no-repeat right top /100% 100%;

src/apps/profiles/src/member-profile/tc-achievements/TCOWinsBanner/TCOWinsBanner.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
flex-direction: column;
66
align-items: center;
77
border-radius: 15px;
8-
background: url('./assets/tco-logo-banner.png') no-repeat left top / auto, linear-gradient(90deg, #05456D, #0A7AC0);
8+
background: url('./assets/tco-logo-banner.png') no-repeat center top / auto, linear-gradient(90deg, #05456D, #0A7AC0);
99
color: $tc-white;
1010
padding: $sp-8;
1111
flex: 1;

0 commit comments

Comments
 (0)