fix: adjustments needed after updating Janus

This commit is contained in:
Joshua Seigler 2016-10-28 11:33:35 -04:00
parent f32b318593
commit dd7fcf47de
3 changed files with 9 additions and 6 deletions

View file

@ -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;
}

View file

@ -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;