From 71340b6b1d45667fd91c8181afb4c43d1d9ebdaf Mon Sep 17 00:00:00 2001 From: pleb Date: Sat, 11 Apr 2026 18:06:16 -0700 Subject: [PATCH] Minor styling changes --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 22722c4..33ad7ec 100644 --- a/index.css +++ b/index.css @@ -313,14 +313,14 @@ span:empty { } #friendScoresHeaderImg { - width: 1.5rem; - height: 1.5rem; + width: 2.5rem; + height: 2.5rem; object-fit: contain; } #friendScoresList { margin: 0; - padding-left: 2rem; + padding-inline-start: 2rem; font-size: 1.35rem; line-height: 1.2; }