From d2e0eb51a58f6d7c5bd50dcd7965645f7ab72840 Mon Sep 17 00:00:00 2001 From: lnminh1411 Date: Tue, 30 Jul 2024 21:07:12 +0700 Subject: [PATCH] Fixed spotify song art displaying too large --- index.html | 8 +++++--- style.css | 8 ++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 74ff3ad..5e350de 100644 --- a/index.html +++ b/index.html @@ -47,16 +47,18 @@
-

+

LNMinh
This page isn't working correctly!
-

+

-
Did you know:
This page isn't working correctly? Check your internet and refresh!
+ +
Did you know:
This page isn't working correctly? Check your internet and refresh!
+

Contact me:

diff --git a/style.css b/style.css index e9c1332..46bc17b 100644 --- a/style.css +++ b/style.css @@ -321,6 +321,14 @@ main { max-width: 137px } +.art { + border-radius:5%; + width:7vw; + display:block; + max-height:137px; + max-width:137px; +} + .spotifyname { text-align: left; line-height: .4vw;