Make home icon bigger and remove shadow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
abc6ef2a9d
commit
c192ac394d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user