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;

View file

@ -11,10 +11,19 @@
flex-direction: row;
padding: 0.2rem;
}
input[type="file"] {
width: 5vw;
}
}
@media (max-width: 599px) {
input[name="photo[]"] {
input[type="file"] {
width: 100%;
}
textarea,
input[type="text"] {
width: 100%;
}
}