Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 54fb492

Browse files
committed
style(explore): community list align
1 parent 8dea9c4 commit 54fb492

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//--- contact configs ---//": "",
6060
"EMAIL_SUPPORT": "coderplanets@outlook.com",
6161
"// GRAPHQL_ENDPOINT": "https://api.coderplanets.com/graphiql",
62-
"BUILD_VERSION": "v2.0.96",
62+
"BUILD_VERSION": "v2.0.97",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

93 Bytes
Binary file not shown.

src/containers/content/ExploreContent/styles/community_list.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ export const Wrapper = styled.div`
77
/* margin-right: -30px; */
88
`
99
export const InnerWrapper = styled.div`
10-
${css.flex('justify-end')};
10+
${css.flex('justify-start')};
1111
flex-wrap: wrap;
12+
margin-left: 20px;
13+
14+
${css.media.mobile`
15+
margin-left: -10px;
16+
`};
1217
`
13-
export const holder = 1

0 commit comments

Comments
 (0)