Make home icon bigger and remove shadow

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Anton Volnuhin 2026-02-01 18:38:40 +03:00
parent abc6ef2a9d
commit c192ac394d

View File

@ -184,13 +184,12 @@ body {
} }
.center-home svg { .center-home svg {
width: 28px; width: 32px;
height: 28px; height: 32px;
color: #333; color: #333;
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 50%; border-radius: 50%;
padding: 6px; padding: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
transition: all 0.2s; transition: all 0.2s;
} }