feat: incorporate updates to Janus

This commit is contained in:
Joshua Seigler 2016-10-28 11:23:42 -04:00
parent 36845011f8
commit f32b318593
10 changed files with 1198 additions and 113 deletions

View file

@ -1,30 +1,3 @@
.credits > a {
display: block;
}
img.thumbnail {
height: 1em;
}
.row, .col {
display: flex;
flex-grow: 1;
flex-basis: 0;
}
.row {
flex-direction: row;
}
.col {
flex-direction: column;
}
.row > div, .col > div {
position: relative;
justify-content: center;
}
.title-page h1 {
font-size: 2em;
padding: 0.25em;