From eddde95b5734746c8b14d5121af129d60320eb87 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sun, 30 May 2021 05:22:33 +0000 Subject: [PATCH] Adjust margins --- themes/theme/templates/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } }