From 169cc74a8f74b8db91f8bb46527d3d5f5e2b3093 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 6 Jun 2017 00:09:31 -0400 Subject: photo page css --- templates/photo.liquid | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/templates/photo.liquid b/templates/photo.liquid index 088403b..b609516 100644 --- a/templates/photo.liquid +++ b/templates/photo.liquid @@ -145,6 +145,18 @@ a { color: white; text-decoration: underline; } +#container { + width: 100%; + overflow-y: scroll; + overflow-x: hidden; + text-align: center; +} +#container img { + max-height: 100%; + max-width: 100%; + display: block; + margin: 0 auto; +} @@ -157,22 +169,21 @@ a {