From cd37aa2a0daa5328ede9da85edd6e7c6de0531d7 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 18 Oct 2024 17:26:36 -0700 Subject: [PATCH] Final css fixes --- style-mobile.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/style-mobile.css b/style-mobile.css index 95ee207..e02c5c0 100644 --- a/style-mobile.css +++ b/style-mobile.css @@ -16,6 +16,7 @@ body { } .container { + width: 100%; max-width: 961px; display: flex; flex-direction: column; @@ -48,10 +49,16 @@ a.emailLink { text-decoration: none; } -.photo img { - max-width: 100%; +.photo { + width: 100%; } +.photo img { + width: 100%; + +} + + /* Desktop */ @media only screen and (min-width: 961px) { code.nostrPubkey {