improve box shadow

pull/144/head
Henrique Dias 2017-07-10 15:08:24 +01:00
parent 0f4f172a1b
commit 50c581ebb2
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730
1 changed files with 4 additions and 1 deletions

View File

@ -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);