mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-26 17:16: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
|
@ -9,8 +9,7 @@
|
|||
text-align: left;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.credits > div > a {
|
||||
display: block;
|
||||
.credits ul {
|
||||
font-size: 0.75em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
|
|
@ -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