Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitaad7e95

Browse files
committed
chore: Merge branch 'fix/header-align' into dev
2 parents009c679 +21b541a commitaad7e95

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎containers/Banner/styles/index.js‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export const BaseBanner = styled.nav`
1717

1818
exportconstBaseBannerContent=styled.div`
1919
${cs.flex()};
20-
margin-left: 8%;
21-
margin-right: 8%;
2220
${cs.media.mobile`
2321
margin-left: 4%;
2422
margin-right: 3%;
@@ -29,7 +27,7 @@ export const BaseTabber = styled.div`
2927
${cs.flex()};
3028
position: absolute;
3129
bottom: -16px;
32-
width:80vw;
30+
width:100%;
3331
${cs.media.mobile`width: 100%`};
3432
overflow-y: scroll;
3533
`

‎containers/CommunityBanner/styles/brief_view.js‎

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ export const Wrapper = styled(BaseBanner)`
88
`
99
exportconstBaseBannerContent=styled.div`
1010
${cs.flex()};
11-
margin-left: 8%;
12-
margin-right: 8%;
1311
`
1412
exportconstBannerContainer=styled(BaseBanner)``
1513

1614
exportconstTabberWrapper=styled.div`
1715
${cs.flex()};
18-
width: 80vw;
19-
margin-left: 250px;
16+
max-width:${cs.MAX_CONTENT_WIDTH};
2017
margin-top: 4px;
18+
width: 100%;
19+
padding: 0 15vw;
2120
22-
@media (min-width: 1600px) {
23-
margin-left: 270px;
24-
}
21+
${cs.media.desktop`
22+
padding: 0 18vw;
23+
`};
2524
2625
${cs.media.mobile`
2726
width: 55vw;
2827
overflow: scroll;
2928
margin-left: 45vw;
3029
`};
3130
`
32-
exportconstBannerContentWrapper=styled(BaseBannerContent)``
31+
exportconstBannerContentWrapper=styled(BaseBannerContent)`
32+
width: 100%;
33+
${cs.flex('justify-center')};
34+
`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp