diff --git a/style/songpage.scss b/style/songpage.scss index e69de29..e0599ef 100644 --- a/style/songpage.scss +++ b/style/songpage.scss @@ -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; + } + } +} \ No newline at end of file