header background

This commit is contained in:
andres alcocer
2018-11-15 15:43:13 -05:00
parent f9dbf2ae9d
commit 65db39c1f0
12 changed files with 159 additions and 74 deletions

View File

@@ -1,5 +1,4 @@
.movie {
// z-index: -1;
flex: 1 1 auto;
padding-top: 6rem;
display: inline-block;
@@ -12,7 +11,8 @@
&:hover {
z-index: -1;
transform: scale(1.4);
transform: scale(1.25);
}
}