From c3b0e03fb98e21e7eb0de6d724e53dbb91ad2d21 Mon Sep 17 00:00:00 2001 From: Rohith Date: Mon, 17 Feb 2025 15:32:17 -0500 Subject: [PATCH] Added padding --- Dribbblish/user.css | 1 + package-lock.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 package-lock.json diff --git a/Dribbblish/user.css b/Dribbblish/user.css index 143e12bd..e511ea2f 100644 --- a/Dribbblish/user.css +++ b/Dribbblish/user.css @@ -479,6 +479,7 @@ li>div::after { .artist-artistOverview-overview .main-entityHeader-withBackgroundImage h1 { font-size: 120px !important; line-height: 120px !important; + padding-bottom: 20px; /* Adjust the value as needed */ } .contentSpacing, diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..2b1c1fa2 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "spicetify-themes", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}