From a9ceffe041ed6399ca46b2671b8dc60ed8c1fdf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 17 Feb 2015 13:25:34 +0100 Subject: [PATCH] Add left padding in all watchers --- app/styles/components/watchers.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/components/watchers.scss b/app/styles/components/watchers.scss index bb37f04b..5c456568 100644 --- a/app/styles/components/watchers.scss +++ b/app/styles/components/watchers.scss @@ -40,6 +40,7 @@ .watcher-avatar { flex-basis: 3rem; max-width: 3rem; + padding-left: .3rem; img { width: 100%; }