mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 15:55:34 +01:00
Merge pull request #61 from oceanprotocol/feature/mantaray
switch to mantaray backgrounds
This commit is contained in:
commit
3c13ddffee
@ -22,7 +22,7 @@
|
||||
"deploy": "./scripts/deploy.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@oceanprotocol/art": "^1.0.2",
|
||||
"@oceanprotocol/art": "^2.0.0",
|
||||
"axios": "^0.18.0",
|
||||
"classnames": "^2.2.6",
|
||||
"gatsby": "^2.0.52",
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
.header {
|
||||
background: $brand-black
|
||||
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat
|
||||
center -4rem;
|
||||
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
|
||||
center -6rem;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
padding: $spacer / 2 0;
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
.header {
|
||||
background: $brand-black
|
||||
url('@oceanprotocol/art/jellyfish/jellyfish-back@2x.png') no-repeat
|
||||
center 7rem;
|
||||
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
|
||||
center 4rem;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
padding: $spacer * 2 0;
|
||||
|
Loading…
Reference in New Issue
Block a user