Fix empty views box shadow

This commit is contained in:
cyril lopez 2017-09-01 12:56:53 +02:00
parent df0f16bfe8
commit bf9581a674
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
text-align: center;
font-size: 1.4rem;
font-family: Lato;
box-shadow: 0 2px 4px #E3E9F3;
box-shadow: 2px 2px 4px #E3E9F3;
}
.title {

View File

@ -7,7 +7,7 @@
text-align: center;
font-size: 1.4rem;
font-family: Lato;
box-shadow: 0px 2px -4px #E3E9F3;
box-shadow: 2px 2px -4px #E3E9F3;
> img {
position: absolute;
top: 0;