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

@ -47,10 +47,10 @@
<section class="credits"> <section class="credits">
<h1>Credits</h1> <h1>Credits</h1>
<div> <ul>
<a href="https://www.flickr.com/photos/stevendepolo/5644838033/"><img src="styles/blocks.jpg" alt="" class="thumbnail">Steven Depolo, Flickr</a> <li><a href="https://www.flickr.com/photos/stevendepolo/5644838033/"><img src="styles/blocks.jpg" alt="" class="thumbnail">Steven Depolo, Flickr</a></li>
<a href="https://pixabay.com/en/chain-rust-past-bondage-history-232930/"><img src="styles/chains.jpg" alt="" class="thumbnail">Pixabay</a> <li><a href="https://pixabay.com/en/chain-rust-past-bondage-history-232930/"><img src="styles/chains.jpg" alt="" class="thumbnail">Pixabay</a></li>
</div> </ul>
</section> </section>
</main> </main>

View file

@ -9,8 +9,7 @@
text-align: left; text-align: left;
justify-content: flex-start; justify-content: flex-start;
} }
.credits > div > a { .credits ul {
display: block;
font-size: 0.75em; font-size: 0.75em;
line-height: 1.2; line-height: 1.2;
} }

View file

@ -162,10 +162,12 @@ main {
} }
.row, .col { .row, .col {
position: relative;
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;
flex-basis: 0; flex-basis: 0;
align-items: stretch; align-items: stretch;
justify-content: center;
} }
.row--shrink, .col--shrink { .row--shrink, .col--shrink {
@ -235,6 +237,8 @@ section {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
top: 0;
left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
margin: 0; margin: 0;