From 50c581ebb2d0419d46e3a5bd24e2a420e5c4f76d Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 10 Jul 2017 15:08:24 +0100 Subject: [PATCH] improve box shadow --- assets/src/css/mobile.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/src/css/mobile.css b/assets/src/css/mobile.css index 8a37d0f1..bac225ff 100644 --- a/assets/src/css/mobile.css +++ b/assets/src/css/mobile.css @@ -58,7 +58,7 @@ display: flex; align-items: center; background: #fff; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); + box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 1px 2px; width: 95%; max-width: 16em; } @@ -92,6 +92,9 @@ header img { display: none; } + #listing { + margin-bottom: 5em; + } #listing.list .item.header, main { width: calc(100% - 2em);