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:
parent
b71e74256f
commit
50fa99e770
@ -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 |
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user