From 5f334b01f7fbb76bfe63fe009beee2779efde7ec Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 23 Oct 2017 11:49:48 -0400 Subject: [PATCH] shrink social buttons --- docs/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/css/style.css b/docs/css/style.css index 4bd3970..75a4cd4 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -83,14 +83,14 @@ header { } .social-area { - width:50%; - margin-left:25%; + width: 18%; + margin: auto; display: flex; justify-content: space-evenly; } .social-area img { - width:50px; + width: 40px; } .alt-link { @@ -202,4 +202,4 @@ header { #money-raised-holder::after { content: " so far"; } -} \ No newline at end of file +}