mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
formatting fixes
This commit is contained in:
parent
500206dd28
commit
97477945d5
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
- name: brizo
|
- name: brizo
|
||||||
links:
|
links:
|
||||||
- name: API reference
|
- name: API reference
|
||||||
url: /api/brizo/
|
url: /api/brizo/
|
||||||
|
|
||||||
- name: pleuston
|
- name: pleuston
|
||||||
|
|
||||||
|
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: $brand-black
|
background: $brand-black
|
||||||
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
|
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat center -6rem;
|
||||||
center -6rem;
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: $spacer / 2 0;
|
padding: $spacer / 2 0;
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: $brand-black
|
background: $brand-black
|
||||||
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat
|
url('@oceanprotocol/art/mantaray/mantaray-back.svg') no-repeat center
|
||||||
center 4rem;
|
4rem;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: $spacer * 2 0;
|
padding: $spacer * 2 0;
|
||||||
|
@ -273,7 +273,11 @@ samp {
|
|||||||
border-radius: $border-radius !important;
|
border-radius: $border-radius !important;
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
|
|
||||||
h1 &, h2 &, h3 &, h4 &, h5 & {
|
h1 &,
|
||||||
|
h2 &,
|
||||||
|
h3 &,
|
||||||
|
h4 &,
|
||||||
|
h5 & {
|
||||||
font-size: inherit !important;
|
font-size: inherit !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user