Adjust icons margins

This commit is contained in:
Nishanth Shanmugham
2015-08-27 00:16:33 -05:00
parent b6e755f850
commit 33e13eed79
2 changed files with 5 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {