From b4212dfe721ee08d1727e4d67f60b5e7284174bf Mon Sep 17 00:00:00 2001 From: trwnh Date: Wed, 30 Sep 2020 09:23:01 -0500 Subject: [PATCH] fix hcard bg --- 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 15bde73..aafc462 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -349,12 +349,12 @@ body { flex-flow: row wrap; align-items: center; max-width: 600px; + background: white; box-shadow: 2px 2px 6px rgba(0,0,0,0.2); border-radius: 2px; .u-photo {flex-grow: 1; flex-basis: 160px; width: 100%; height: auto;} .info { flex-grow: 1; - background: white; padding: 1em; font-size: 1em; @media (min-width: 320px) {font-size: 1.2em;}