From 33e13eed792c81fe50cc7ccf43fc83e2c4147c94 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Thu, 27 Aug 2015 00:16:33 -0500 Subject: [PATCH] Adjust icons margins --- main.less | 5 +++-- static/css/main.css | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main.less b/main.less index e09061b..8a84aa1 100644 --- a/main.less +++ b/main.less @@ -271,7 +271,7 @@ body { .content { a { - margin-right: 4px; + margin-right: 6px; color: @milk; .transition(~'color @{transition-speed-1} @{in-sine}'); @@ -303,7 +303,8 @@ body { } .content { - a { + a { + margin-right: 4px; color: @gray; &:hover { diff --git a/static/css/main.css b/static/css/main.css index 148a945..718e55c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -250,7 +250,7 @@ body { justify-content: center; } .section.icons .content a { - margin-right: 4px; + margin-right: 6px; color: #fefefe; -webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72); -moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72); @@ -280,6 +280,7 @@ body { justify-content: flex-start; } .section.icons .content a { + margin-right: 4px; color: #b7b7b7; } .section.icons .content a:hover {