From ccde19ff7e3496a7117c48fb0db162c1b3e2b97a Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sun, 10 Feb 2019 11:28:02 -0800 Subject: [PATCH] fix bench view styles --- site.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site.css b/site.css index 7ab9001..eb29ad3 100644 --- a/site.css +++ b/site.css @@ -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 {