From 347be4679520a09675cc196281f9937b147e8bb2 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 29 Aug 2018 13:08:42 -0400 Subject: [PATCH] Make some css class names more inaccurate --- brutaldon/static/css/brutaldon.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index d29ec87..af06bae 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -44,13 +44,13 @@ div.card-header-title, div.card-header-icon { @media screen and (min-width: 769px) { .is-max-128 { - max-height: 40em; - max-width: 40em; + max-height: 50%; + max-width: 50%; } .is-max-256 { - max-height: 80em; - max-width: 80em; + max-height: 100%; + max-width: 100%; } }