mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 01:26:11 +00:00
fix: adjustments needed after updating Janus
This commit is contained in:
parent
f32b318593
commit
dd7fcf47de
3 changed files with 9 additions and 6 deletions
|
@ -162,10 +162,12 @@ main {
|
|||
}
|
||||
|
||||
.row, .col {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
align-items: stretch;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.row--shrink, .col--shrink {
|
||||
|
@ -235,6 +237,8 @@ section {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue