text rendering component - fixes
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
background: #fffe;
|
background: #fffe;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 800px;
|
width: 800px;
|
||||||
transition: 3s all ease-in-out;
|
transition: 300ms all ease-in-out;
|
||||||
@media screen and (max-width: 860px) {
|
@media screen and (max-width: 860px) {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
|||||||
@@ -44,5 +44,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chord {
|
.chord {
|
||||||
font-weight: bold;
|
color: #009;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -64,4 +64,5 @@ export class SongTextComponent implements OnInit {
|
|||||||
return 'show';
|
return 'show';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user