From 656f869f58645fd3a304a69d9adf22f8093a439d Mon Sep 17 00:00:00 2001 From: iou1name Date: Tue, 16 Jun 2020 10:11:38 -0400 Subject: [PATCH] lighthouse score --- static/scorch.css | 8 +++++--- templates/index.html | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/static/scorch.css b/static/scorch.css index 7caacad..248f206 100644 --- a/static/scorch.css +++ b/static/scorch.css @@ -7,7 +7,7 @@ body { } img { - max-height: 100%; + max-height: 30vh; } main { @@ -44,8 +44,10 @@ main { #playerContainer { grid-area: f; - height: auto; - max-height: 30vh; display: flex; justify-content: center; } + +#albumCover { + padding-right: 1em; +} diff --git a/templates/index.html b/templates/index.html index f4f27b6..aa5e9c6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -15,22 +15,22 @@

Scorch

- {% for artist in artists %} {% endfor %}
-
-
- + Album cover art

-