Merge pull request #141 from google/demoShadow

Demo-Shadow card width did not fit on mobile
master
Addy Osmani 2015-04-08 09:22:10 +01:00
commit 763fe4035a
1 changed files with 6 additions and 1 deletions

View File

@ -8,8 +8,13 @@
border-radius : 2px;
display : block;
height : 300px;
margin : 20px;
margin-bottom : 20px;
transition-property: opacity, transform;
@include material-animation-default(300ms);
width : 300px;
@media screen and (max-width: 360px ) {
width: 272px;
}
}