aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-12-16 12:04:13 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-16 12:04:13 +0100
commitc1f232917d2aeb74f68cbcdd25953a35b149615b (patch)
tree1d51416f21152ddccc0c0ce94b4b3ab4c2544d5b
parentci: switch from deprecated acurl to hut (diff)
downloadpml68.dev-c1f232917d2aeb74f68cbcdd25953a35b149615b.tar.gz
fix: wrapped socials row on desktop screens
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index c5f5657..82ab6a2 100644
--- a/style.css
+++ b/style.css
@@ -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 {