mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
footer styling
This commit is contained in:
parent
1bf015ea26
commit
de36f2d7a2
@ -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) {
|
||||
|
@ -6,7 +6,7 @@ import meta from '../data/meta.json'
|
||||
|
||||
const Footer = () => (
|
||||
<footer className={styles.footer}>
|
||||
<Content>
|
||||
<Content wide>
|
||||
<small>
|
||||
© {new Date().getFullYear()}{' '}
|
||||
<a href={meta.social[0].url}>{meta.company}</a> — All
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user