diff --git a/css/style.css b/css/style.css index ae89a4c..c651fce 100644 --- a/css/style.css +++ b/css/style.css @@ -112,8 +112,8 @@ body::before { .finger { position: absolute; pointer-events: none; - width: 88px; - height: 88px; + width: 114px; + height: 114px; border-radius: 50%; transform: translate(-50%, calc(-50% - -12px)); display: flex; @@ -122,7 +122,7 @@ body::before { font-weight: 700; color: rgba(255,255,255,0.88); background: rgba(255,255,255,0.07); - border: 5px solid rgba(255,255,255,0.14); + border: 6px solid rgba(255,255,255,0.14); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: @@ -138,7 +138,7 @@ body::before { } .finger .label { - font-size: 22px; + font-size: 28px; font-weight: 800; letter-spacing: -0.5px; } @@ -247,6 +247,6 @@ body::before { /* ── Responsive ── */ @media (min-width: 600px) { - .finger { width: 80px; height: 80px; } - .finger .label { font-size: 19px; } + .finger { width: 100px; height: 100px; } + .finger .label { font-size: 24px; } }