From 057ded7cf5bed96a7ebca391ad38af56ed11ff8a Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 22 Jun 2015 07:55:51 -0400 Subject: [PATCH] fix social link width --- contents/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/css/main.css b/contents/css/main.css index 225f8d9..d66f60b 100644 --- a/contents/css/main.css +++ b/contents/css/main.css @@ -450,7 +450,7 @@ code.lang-markdown .bullet { } section.social-links { - width: 304px; + width: 201px; margin-left: auto; margin-right: auto; }