Add some minor CSS tweaks

This commit is contained in:
Jonny Barnes 2017-03-21 20:55:14 +00:00
parent 21d2f3b967
commit 30cb9fdb9a
6 changed files with 19 additions and 4 deletions

View file

@ -28,6 +28,12 @@ body {
font-size: 0.75em;
}
.note img {
max-height: 80vh;
width: auto;
image-orientation: from-image;
}
.social-links {
display: flex;
align-items: center;