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; }