Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit d4e6bc2

Browse files
authored
Merge pull request #203 from cryptape/develop
remove footer nervos logo
2 parents 22fc146 + 5497036 commit d4e6bc2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/containers/Footer/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ class Footer extends React.Component<{ t: (key: string) => string }, any> {
2626
products: {
2727
title: 'technologies',
2828
items: [
29-
{
30-
logo: 'https://uploads-ssl.webflow.com/5b10cb31f2733b937fe55ab5/5b185b65683265ce7a42c13c_nervos%20logo.png',
31-
title: '',
32-
url: 'http://nervos.org/',
33-
},
3429
{
3530
logo: 'https://raw.githubusercontent.com/cryptape/assets/master/CITA-logo.png',
3631
title: '',

src/containers/Footer/styles.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ $col-span: 92px;
3636

3737
.products {
3838
width: 584px;
39+
display: flex;
40+
flex-direction: column;
41+
align-items: center;
3942

4043
@media (max-width: 800px) {
4144
width: 100vw;
@@ -59,7 +62,8 @@ $col-span: 92px;
5962
&>div {
6063
width: 190px;
6164
margin: 0 10px;
62-
65+
display: flex;
66+
justify-content: center;
6367
img {
6468
height: 74px;
6569
}

0 commit comments

Comments
 (0)