Add border-radius to social media icons for improved styling

This commit is contained in:
Gary 2025-05-08 14:13:59 +01:00
parent 580f3a4f49
commit 279f73b99e

View File

@ -8179,7 +8179,7 @@ h1, h2, h3, h4, h5,
.social-media p a { .social-media p a {
width: 30px; width: 30px;
height: 30px; height: 30px;
border-radius: 50%;
margin-right: 4px; margin-right: 4px;
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
background: var(--blue); } background: var(--blue); }