1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

npm run lint && npm run format

This commit is contained in:
Troy McConaghy 2018-12-03 16:09:16 +01:00
parent d37594671f
commit f9f41bb5b0
2 changed files with 3 additions and 4 deletions

View File

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

View File

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