mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 01:03:08 +03:00
Merge pull request #340 from filecoin-project/@gndclouds/community-v2
@gndclouds/community v2
This commit is contained in:
commit
22f26547d5
@ -186,9 +186,8 @@ const SLATE_CONTRIBUTOR_TEAM = [
|
|||||||
const STYLES_ROOT = css`
|
const STYLES_ROOT = css`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin: 0 auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
max-width: 1440px;
|
|
||||||
margin: -88px 0 0 0;
|
|
||||||
background-color: ${Constants.system.foreground};
|
background-color: ${Constants.system.foreground};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
@ -491,7 +490,7 @@ const STYLES_SLATE_CARD_EFFECTS = css`
|
|||||||
|
|
||||||
const STYLES_FEATURE_CARD = css`
|
const STYLES_FEATURE_CARD = css`
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 350px;
|
height: 450px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
@ -891,19 +890,15 @@ export default class CommunityPage extends React.Component {
|
|||||||
Best, <br />
|
Best, <br />
|
||||||
🦄
|
🦄
|
||||||
</p>
|
</p>
|
||||||
<img
|
|
||||||
css={STYLES_CHAT_CARD_IMAGE_RIGHT}
|
|
||||||
src="https://slate.textile.io/ipfs/bafkreigxoyf43vw3p2hbc4ycsyh2og36cgy3s47xkb2n4w3i7auv2a6cei"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div css={STYLES_CHAT}>
|
<div css={STYLES_CHAT}>
|
||||||
<p>
|
<p>
|
||||||
That would be so fun, will work in it! <br /> - J
|
Hey 🦄, <br />
|
||||||
|
<br />
|
||||||
|
That would be so fun, will work in it! <br />
|
||||||
|
<br /> best, <br />
|
||||||
|
🐳
|
||||||
</p>
|
</p>
|
||||||
<img
|
|
||||||
css={STYLES_CHAT_CARD_IMAGE_LEFT}
|
|
||||||
src="https://slate.textile.io/ipfs/bafkreigxoyf43vw3p2hbc4ycsyh2og36cgy3s47xkb2n4w3i7auv2a6cei"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div css={STYLES_SPLIT_WIDTH}>
|
<div css={STYLES_SPLIT_WIDTH}>
|
||||||
|
Loading…
Reference in New Issue
Block a user