diff --git a/app/views/music1.twig b/app/views/music1.twig index ca826be..30087e5 100644 --- a/app/views/music1.twig +++ b/app/views/music1.twig @@ -20,7 +20,7 @@
- {{ albums[0].title }} + {{ albums[0].title }}

{{ albums[0].title }}

{% if albums[0].description %} @@ -58,7 +58,7 @@
- {{ album.title }} + {{ album.title }}
{{ album.title }}
diff --git a/app/views/music2.twig b/app/views/music2.twig index 3630acd..731b8a5 100644 --- a/app/views/music2.twig +++ b/app/views/music2.twig @@ -20,7 +20,7 @@
- {{ albums[0].title }} + {{ albums[0].title }}

{{ albums[0].title }}

{% if albums[0].description %} @@ -58,7 +58,7 @@
- {{ album.title }} + {{ album.title }}
{{ album.title }}
diff --git a/assets/sass/pages/_music.sass b/assets/sass/pages/_music.sass index 87b621d..1b79d74 100755 --- a/assets/sass/pages/_music.sass +++ b/assets/sass/pages/_music.sass @@ -54,3 +54,6 @@ .mejs-mediaelement, .mejs-controls background: transparent + +.album-art + width: 100% diff --git a/public/css/main.css b/public/css/main.css index 3754d9d..b2cca4c 100755 --- a/public/css/main.css +++ b/public/css/main.css @@ -673,6 +673,9 @@ body { #music-player-card .mejs-controls { background: transparent; } +.album-art { + width: 100%; } + .shows-header { margin-top: -20px; margin-bottom: 20px; diff --git a/public/img/albums/halftone.jpeg b/public/img/albums/halftone.jpeg index 7d67093..4c48537 100644 Binary files a/public/img/albums/halftone.jpeg and b/public/img/albums/halftone.jpeg differ