diff options
author | Chen Wei <chenwei@byzantine-lab.io> | 2019-08-23 11:50:01 +0800 |
---|---|---|
committer | Chen Wei <chenwei@byzantine-lab.io> | 2019-08-23 11:50:01 +0800 |
commit | 36cee35654f87b5b323c284bbc6f82ef957b6cc0 (patch) | |
tree | f473575efaa3589e726fedf5df76ff358d42077f | |
parent | 07a1b1e7fb53024908c6ca168bb73b69d1fc116d (diff) | |
download | tangerine-official-website-36cee35654f87b5b323c284bbc6f82ef957b6cc0.tar.gz tangerine-official-website-36cee35654f87b5b323c284bbc6f82ef957b6cc0.tar.zst tangerine-official-website-36cee35654f87b5b323c284bbc6f82ef957b6cc0.zip |
update partner comment padding
-rw-r--r-- | src/components/LandingPage/PartnerList.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/LandingPage/PartnerList.js b/src/components/LandingPage/PartnerList.js index a443e3e..791717f 100644 --- a/src/components/LandingPage/PartnerList.js +++ b/src/components/LandingPage/PartnerList.js @@ -54,6 +54,7 @@ const PartnerLogo = styled.div` const COMMENT_HEIGHT = 280; const Comment = styled.div` + padding: 36px 0px; position: absolute; color: #e05b21; width: 80vw; @@ -104,9 +105,9 @@ const PartnerInfo = { const PartnerComment = styled.div` font-size: 24px; - margin-top: 80px; font-weight: bold; text-align: center; + padding: 20px 0px; `; const CommentLogo = styled.div` flex: 1; @@ -115,7 +116,7 @@ const CommentLogo = styled.div` fill: #e05b21; `; const Commenter = styled.div` - padding-bottom: 30px; + /* padding-bottom: 30px; */ ` const PartnerList = () => { |