Added css for songpage components

This commit is contained in:
Daniel Miller 2024-12-11 04:38:08 +00:00
parent 84371bb586
commit 5967918642

View File

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