mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
layout fixes
This commit is contained in:
parent
db24182cb7
commit
db40e15444
@ -7,11 +7,11 @@ Before reading this page, you should understand some [Ocean-specific terminology
|
|||||||
|
|
||||||
## Aquarius
|
## Aquarius
|
||||||
|
|
||||||
Every marketplace must run an instance of Aquarius.
|
Aquarius provides an API to an off-chain database ("OceanDB") to store and manage metadata about data assets: the assets listed in that marketplace. Every marketplace must run an instance of Aquarius.
|
||||||
Aquarius provides an API to an off-chain database ("OceanDB") to store and manage metadata about data assets: the assets listed in that marketplace.
|
|
||||||
The off-chain database might be MongoDB, Elasticsearch or BigchainDB.
|
The off-chain database might be MongoDB, Elasticsearch or BigchainDB.
|
||||||
|
|
||||||
<repo name="aquarius" readme="true"></repo>
|
<repo name="aquarius"></repo>
|
||||||
|
|
||||||
## Brizo
|
## Brizo
|
||||||
|
|
||||||
|
@ -7,12 +7,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
flex: 0 0 27%;
|
|
||||||
margin-top: $spacer / 2;
|
margin-top: $spacer / 2;
|
||||||
|
margin-bottom: $spacer / 2;
|
||||||
top: $spacer;
|
top: $spacer;
|
||||||
|
|
||||||
+ .main {
|
@media (min-width: $break-point--medium) {
|
||||||
flex: 0 0 73%;
|
width: 27%;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
+ .main {
|
||||||
|
width: 73%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user