diff --git a/style.css b/style.css index b0819bd..787dd70 100755 --- a/style.css +++ b/style.css @@ -155,11 +155,16 @@ h1, h2, h3, h4, h5, p { .icon-container a { display: inline-block; padding: 10px; - margin: 25px; + margin: 35px; box-sizing: border-box; - font-size: 32pt; + font-size: 12pt; color: #FFFFFF; transition: color 0.25s ease-in-out; + text-decoration: none; +} + +.icon-container a svg { + font-size: 42pt; } .icon-container a:hover {