text rendering component - fixes

This commit is contained in:
2020-03-21 23:57:29 +01:00
committed by smuddy
parent 4cd9222a8a
commit 8149e56dad
3 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -44,5 +44,5 @@
}
.chord {
font-weight: bold;
color: #009;
}

View File

@@ -64,4 +64,5 @@ export class SongTextComponent implements OnInit {
return 'show';
}
}
}