1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

footer styling

This commit is contained in:
Matthias Kretschmann 2019-02-08 14:51:10 +01:00
parent 1bf015ea26
commit de36f2d7a2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 22 additions and 2 deletions

View File

@ -9,7 +9,7 @@
padding-bottom: $spacer;
align-self: flex-end;
> section {
> div {
align-self: flex-end;
@media screen and (min-width: $break-point--small) {

View File

@ -6,7 +6,7 @@ import meta from '../data/meta.json'
const Footer = () => (
<footer className={styles.footer}>
<Content>
<Content wide>
<small>
&copy; {new Date().getFullYear()}{' '}
<a href={meta.social[0].url}>{meta.company}</a> &mdash; All

View File

@ -6,6 +6,26 @@
{
"title": "Site",
"url": "https://oceanprotocol.com"
},
{
"title": "Blog",
"url": "https://blog.oceanprotocol.com"
},
{
"title": "Twitter",
"url": "https://twitter.com/oceanprotocol"
},
{
"title": "GitHub",
"url": "https://github.com/oceanprotocol"
},
{
"title": "Gitter",
"url": "https://gitter.im/oceanprotocol/Lobby"
},
{
"title": "Telegram",
"url": "https://t.me/joinchat/GUyxrE0Hi154D0NrlOqLFg"
}
]
}