diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-16 12:04:13 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-16 12:04:13 +0100 |
| commit | c1f232917d2aeb74f68cbcdd25953a35b149615b (patch) | |
| tree | 1d51416f21152ddccc0c0ce94b4b3ab4c2544d5b | |
| parent | ci: switch from deprecated acurl to hut (diff) | |
| download | pml68.dev-c1f232917d2aeb74f68cbcdd25953a35b149615b.tar.gz | |
fix: wrapped socials row on desktop screens
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ --font-desired: calc((2.6vh + 8vw) / 2); --font-max: 32px; --icon-min: 50px; - --icon-desired: calc((3.25vh + 10vw) / 2); + --icon-desired: 4vw; --icon-max: 96px; } @@ -36,8 +36,8 @@ a { } } -a.icon { - margin-right: 2vw; +a.icon:not(:last-child) { + margin-right: 1.5vw; } .wave { |
