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%; } }