From c192ac394dddea65207ad8e1f5ebea0ab7e06c5d Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 1 Feb 2026 18:38:40 +0300 Subject: [PATCH] Make home icon bigger and remove shadow Co-Authored-By: Claude Opus 4.5 --- styles.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 4c8583f..82be595 100644 --- a/styles.css +++ b/styles.css @@ -184,13 +184,12 @@ body { } .center-home svg { - width: 28px; - height: 28px; + width: 32px; + height: 32px; color: #333; background: rgba(255, 255, 255, 0.9); border-radius: 50%; - padding: 6px; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); + padding: 8px; transition: all 0.2s; }