display images at a reasonable size

This commit is contained in:
Mouse Reeve
2020-11-24 12:07:00 -08:00
parent ff5a0f7bc2
commit 6cc1e241fe
2 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,7 @@
/* --- --- */
.image {
overflow: hidden;
}
.navbar .logo {
max-height: 50px;
}