From eb95653d46a6ab8ef6f4241832ab23b1d74f1a3e Mon Sep 17 00:00:00 2001 From: trwnh Date: Tue, 29 Sep 2020 16:29:20 -0500 Subject: [PATCH] css fix --- assets/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index cbfdeb1..ef1048b 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -350,7 +350,7 @@ body { max-width: 600px; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); border-radius: 2px; - .u-photo {flex-grow: 1; flex-basis: 160px; height: auto;} + .u-photo {flex-grow: 1; flex-basis: 160px; width: 100%; height: auto;} .info { flex-grow: 1; background: white;