diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 3d2a599..9b46c9d 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -66,6 +66,10 @@ #character-container { grid-template-columns: 50% 50%; } + + .actual-article-img { + max-width: 50%; + } } @media (min-width: 1100px) { @@ -139,6 +143,14 @@ #koring { display: none; } + + #seriesnav { + display: none !important; + } + + .actual-article-img { + max-width: 100%; + } } body { @@ -410,7 +422,6 @@ footer { } .actual-article-img { - max-width: 50%; max-height: 100%; height: auto; } diff --git a/themes/red/layouts/_default/single.html b/themes/red/layouts/_default/single.html index 6a8b55f..1ed79a2 100644 --- a/themes/red/layouts/_default/single.html +++ b/themes/red/layouts/_default/single.html @@ -57,7 +57,7 @@ {{ end }} {{ end }} -