From fa8770d2a78f09c41bb9607befb6e48380177f6d Mon Sep 17 00:00:00 2001 From: Athou Date: Thu, 12 Dec 2013 15:12:43 +0100 Subject: [PATCH] restore main content padding --- src/main/webapp/sass/components/_entry-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/sass/components/_entry-list.scss b/src/main/webapp/sass/components/_entry-list.scss index c823ede6..741423f3 100644 --- a/src/main/webapp/sass/components/_entry-list.scss +++ b/src/main/webapp/sass/components/_entry-list.scss @@ -1,5 +1,6 @@ .main-content { margin-left: 250px; + padding-left: 15px; } .full-screen .main-content {