implemented genres

This commit is contained in:
andres alcocer
2018-11-17 11:43:28 -05:00
parent 3a4c6fa221
commit 2a88bb4719
5 changed files with 185 additions and 24 deletions

View File

@@ -8,9 +8,10 @@
}
&__container {
overflow-y:hidden;
overflow-y: hidden;
transition: transform 450ms;
overflow-x: scroll;
flex: 1 1 auto;
display: grid;
grid-template-columns: repeat(20, 1fr);

View File

@@ -1,6 +1,6 @@
.navigation {
background-color: transparent;
z-index: 100;
grid-column: 1 / 13;
position: fixed;
width: 100%;