From a4bafb83f3794484ae68f87bad1c173ff5d0a163 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jan 2022 16:46:07 +0500 Subject: [PATCH] make images full width on all screens --- themes/lumbung-theme/static/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 0f76c23..eb33e35 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -247,6 +247,11 @@ body { font-size: 0.8rem; } +.h-entry img { + max-width: 100%; + width: 100%; +} + .header-metadata .dt-published { padding: 0.5em 1.2em 0.5em 1.2em; } @@ -801,11 +806,6 @@ footer a:hover { } /* card styles */ - .h-entry img { - max-width: 100%; - width: 100%; - } - .summary-text { font-size: 17px; min-width: none;