diff --git a/app/static/style.css b/app/static/style.css index ace95c1..610c56e 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -192,11 +192,10 @@ a:hover { /* Text Settings font-weight: bold; line-height: 30pt; */ - line-height: 0; - font-size: 0; } -.albums img { + +.real-albums img { height: 100px; width: 100px; padding: 0 0; @@ -204,9 +203,18 @@ a:hover { border: 0 0; } -.albums h1 { - font-size: normal; - text-align: center; - padding: 0.5em 0; +.real-albums { + line-height: 0; + font-size: 0; + padding: 0 0; + margin: 0 0; +} + +.albums h1 { + font-size: 2em; + text-align: center; + padding: 0 0; + margin: 15pt 0; + margin-top: -5pt; } diff --git a/app/templates/music.html b/app/templates/music.html index 5e35363..f2c0fcf 100644 --- a/app/templates/music.html +++ b/app/templates/music.html @@ -31,14 +31,16 @@