1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

switch graphic, better graphic placement

This commit is contained in:
Matthias Kretschmann 2017-12-01 15:20:14 +01:00
parent b71e74256f
commit 50fa99e770
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 82 additions and 121 deletions

View File

@ -232,3 +232,13 @@ li.toc-h3 {
}
}
}
.image--create-transfer {
max-width: calc(100% + 1rem) !important; //stylelint-disable-line declaration-no-important
margin-left: -1rem;
@media ($screen-sm) {
max-width: calc(100% + 1.5rem) !important; //stylelint-disable-line declaration-no-important
margin-left: -1.5rem;
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 924 KiB

After

Width:  |  Height:  |  Size: 963 KiB

View File

@ -28,7 +28,7 @@ This infographic will help you understanding what `CREATE` and `TRANSFER` transa
Every concept that we describe (e.g. inputs, outputs etc.) has a more detailed description in the subsequent sections.
![](../diagram.svg)
<img class="image--create-transfer" src="../diagram.svg" alt="BigchainDB CREATE and TRANSFER transactions" />
The data model of transactions is explained in our [transaction model](https://docs.bigchaindb.com/projects/server/en/latest/data-models/transaction-model.html).