implemented genres
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.navigation {
|
||||
background-color: transparent;
|
||||
|
||||
z-index: 100;
|
||||
grid-column: 1 / 13;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user