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