fix bench view styles

This commit is contained in:
2019-02-10 11:28:02 -08:00
parent 4bc8a6f73a
commit ccde19ff7e

View File

@@ -43,9 +43,15 @@ footer {
max-height: 160px;
}
.img-view {
align-items: center;
display: flex;
flex-direction: column;
}
.img-view img {
max-height: 100vh;
width: 100%;
max-width: 100%;
}
div.nav {