diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-04 09:42:52 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-04 09:42:52 +0100 |
commit | d25ce745a327b8734c72c8be1568c5af0d965475 (patch) | |
tree | c9e0c89913c341146177c7ebc6f15af911c7812d | |
parent | c694eed9243169b7bf7d5522f27eceb9fa5fff4c (diff) |
make portrait oriented photos larger
-rw-r--r-- | www/css/fms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 88e91dc..23f8915 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -431,7 +431,7 @@ img.small { min-height: 45%; max-width: 85%; - max-height: 45%; + max-height: 70%; } #details-page div[data-role="content"] { |