From caf8621c785f7e66f22432cd1fe41cc0c12148d5 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Fri, 10 Oct 2014 01:19:13 -0700 Subject: [PATCH] Fixed alignment of Like link. Not sure if action items should be like-able... --- sass/_project-sass/_project-Main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index dfbff48a..74b4f519 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -601,6 +601,7 @@ a.tag:hover { } .news-item .actions { font-size: 11px; + margin-left: 2.9em; } .news-item .actions a { margin-right: 6px;