From a51aa080ca6be9bcbd18a97aa8e00bf10cb78541 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 27 Oct 2022 00:03:20 -0500 Subject: [PATCH] styles: improve responsiveness --- static/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index ffd6bc0..e6ec6df 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,6 +8,10 @@ body { line-height: 1.8rem; } +.h-entry img { + max-width: 100%; +} + nav { padding: 1em; width: 15em; @@ -39,9 +43,6 @@ main { } @media only screen - and (min-device-width: 375px) - and (max-device-width: 812px) - and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { body { flex-direction: column;