mobile media queries

This commit is contained in:
andres alcocer
2018-11-20 00:21:26 -05:00
parent fb5fe91325
commit 494925c886
5 changed files with 55 additions and 17 deletions

View File

@@ -18,6 +18,10 @@
grid-template-columns: repeat(20, 1fr);
column-gap: 0;
@include responsive(phone) {
width: 98vw;
}
&:hover &--movie {
opacity: .3;