From dbe2bafbb30c6bf7e7957afdccec1909b0b20fd5 Mon Sep 17 00:00:00 2001 From: Anne-Greeth van Herwijnen Date: Tue, 23 Jul 2024 11:56:15 +0200 Subject: [PATCH] Mobile list styling --- app/styles/app.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/styles/app.scss b/app/styles/app.scss index 96d76cad..fb8f4f10 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -586,7 +586,9 @@ p a:hover { .ember-version-graphic { $height: 132px; width: $height; - height: $height; + min-height: $height; + height: inherit; + background-position-y: center; .text { font-size: 64px;