Increase icon size slightly

This commit is contained in:
John Studnicka 2024-02-20 17:55:37 -07:00
parent a66d46c418
commit 0945c45f34

View file

@ -305,7 +305,7 @@ main {
}
.social-icons ul li a img {
width: 24px; /* Adjusts the size of the icons */
width: 30px; /* Adjusts the size of the icons */
height: auto;
transition: transform 0.3s ease; /* Smooth scaling effect on hover */
}