1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00

Merge pull request #61 from oceanprotocol/feature/mantaray

switch to mantaray backgrounds
This commit is contained in:
Matthias Kretschmann 2018-11-22 15:39:33 +01:00 committed by GitHub
commit 3c13ddffee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"deploy": "./scripts/deploy.sh" "deploy": "./scripts/deploy.sh"
}, },
"dependencies": { "dependencies": {
"@oceanprotocol/art": "^1.0.2", "@oceanprotocol/art": "^2.0.0",
"axios": "^0.18.0", "axios": "^0.18.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"gatsby": "^2.0.52", "gatsby": "^2.0.52",

View File

@ -2,8 +2,8 @@
.header { .header {
background: $brand-black background: $brand-black
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
center -4rem; center -6rem;
background-size: cover; background-size: cover;
width: 100%; width: 100%;
padding: $spacer / 2 0; padding: $spacer / 2 0;

View File

@ -3,8 +3,8 @@
.header { .header {
background: $brand-black background: $brand-black
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
center 7rem; center 4rem;
background-size: cover; background-size: cover;
width: 100%; width: 100%;
padding: $spacer * 2 0; padding: $spacer * 2 0;