Added css for songpage components
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
.song-container {
|
||||
.song-header {
|
||||
h1 {
|
||||
font-size: 2.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.2rem;
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user