improve box shadow

Former-commit-id: 98f46ad4a163f11dede5291e1be80421ffb3f042 [formerly 7bcf54b442414c9475d0a27900c0100f49ab8dba] [formerly a30325c183bc3598bff53ad19231d6407429f1b9 [formerly 50c581ebb2]]
Former-commit-id: 30f16adf5ec52a13e85a6431c75aea9314da0e57 [formerly f6b767c82d78d4f788c1efe30cdf2d103d151a3e]
Former-commit-id: 31e5a9bc1ceb522291e0271a99e9550c075ef26a
This commit is contained in:
Henrique Dias 2017-07-10 15:08:24 +01:00
parent 20dd80f27d
commit 10387dfe28
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
background: #fff; 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%; width: 95%;
max-width: 16em; max-width: 16em;
} }
@ -92,6 +92,9 @@
header img { header img {
display: none; display: none;
} }
#listing {
margin-bottom: 5em;
}
#listing.list .item.header, #listing.list .item.header,
main { main {
width: calc(100% - 2em); width: calc(100% - 2em);