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

layout fixes

This commit is contained in:
Matthias Kretschmann 2018-11-15 15:45:07 +01:00
parent db24182cb7
commit db40e15444
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 6 deletions

View File

@ -7,11 +7,11 @@ Before reading this page, you should understand some [Ocean-specific terminology
## 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.
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.
The off-chain database might be MongoDB, Elasticsearch or BigchainDB.
<repo name="aquarius" readme="true"></repo>
<repo name="aquarius"></repo>
## Brizo

View File

@ -7,12 +7,17 @@
}
.sidebar {
flex: 0 0 27%;
margin-top: $spacer / 2;
margin-bottom: $spacer / 2;
top: $spacer;
@media (min-width: $break-point--medium) {
width: 27%;
margin-bottom: 0;
+ .main {
flex: 0 0 73%;
width: 73%;
}
}
}