refactor: set header icons font-size clamp smaller

This commit is contained in:
2025-03-23 22:55:32 -07:00
parent 5f03e374d4
commit 7c1483184a

View File

@@ -275,7 +275,7 @@ p
.navbar-social svg
{
font-size: clamp(0.7em, 2vw, 1.3em);
font-size: clamp(0.7em, 2vw, 1.1em);
padding-top: 2px;
padding-left: 10px;
}