Cleanup work, bench #71

This commit is contained in:
2019-01-10 22:29:06 -08:00
parent 8d0d42ab72
commit c9523ba4d4
10 changed files with 418 additions and 79 deletions

View File

@@ -43,6 +43,11 @@ footer {
max-height: 160px;
}
.img-view img {
max-height: 100vh;
width: 100%;
}
div.nav {
display: flex;
justify-content: space-between;