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;}