From 8c69e6502667b4deb7b06373d40c0be671a4b5c0 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 29 Aug 2018 13:06:24 -0400 Subject: [PATCH] Make some css class names more inaccurate --- brutaldon/static/css/brutaldon-dark.css | 14 ++++++++++++++ brutaldon/static/css/brutaldon.css | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index d0a5d22..a58ebd0 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -37,6 +37,20 @@ img.fav-avatar { } +@media screen and (min-width: 769px) +{ + .is-max-128 { + max-height: 40em; + max-width: 40em; + } + + .is-max-256 { + max-height: 80em; + max-width: 80em; + } + +} + figure.media-left p.image a img { border-radius: 5px; diff --git a/brutaldon/static/css/brutaldon.css b/brutaldon/static/css/brutaldon.css index f685aa7..d29ec87 100644 --- a/brutaldon/static/css/brutaldon.css +++ b/brutaldon/static/css/brutaldon.css @@ -41,6 +41,20 @@ div.card-header-title, div.card-header-icon { } +@media screen and (min-width: 769px) +{ + .is-max-128 { + max-height: 40em; + max-width: 40em; + } + + .is-max-256 { + max-height: 80em; + max-width: 80em; + } + +} + figure.media-left p.image a img { border-radius: 5px;