diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 64990de..ce6b1e0 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -129,7 +129,7 @@ pre { } .bar .info { - margin-top: 2rem; + margin-top: 1.75rem; } .bar .contact-icons a { @@ -159,7 +159,7 @@ pre { .bar .info { float: left; - margin-top: -0.25rem; + margin-top: 0.5rem; margin-left: 1.5rem; } @@ -174,8 +174,8 @@ pre { } .bar .contact-icons img { - width: 1.5rem; - height: 1.5rem; + width: 1.25rem; + height: 1.25rem; margin-right: 1rem; } }