From a30c51adef7aa721a975d85e6ede2502f784e3b9 Mon Sep 17 00:00:00 2001 From: sophie Date: Wed, 7 Aug 2024 16:47:55 +0300 Subject: [PATCH] lastfm center --- website/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/assets/style.css b/website/assets/style.css index 28f9ca6..fba867a 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -80,6 +80,7 @@ h6 { .lastfm { grid-area: lastfm; display: flex; + align-items: center; flex-direction: row; gap: 20px; }