From 30c90df0841a67ebf5e329cc2f9b0cd3369dd581 Mon Sep 17 00:00:00 2001 From: Philippe Barbosa Date: Fri, 8 Apr 2016 10:38:36 +0200 Subject: [PATCH] Sidebar fix --- app/festival/static/css/index.css | 1 - app/festival/static/scss/base/_layout.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/festival/static/css/index.css b/app/festival/static/css/index.css index ebba05da..5bd30088 100755 --- a/app/festival/static/css/index.css +++ b/app/festival/static/css/index.css @@ -3701,7 +3701,6 @@ th { .aside{ float: left; width: 25%; - margin: 0 0 3rem; border-bottom: none; } /* line 50, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_layout.scss */ diff --git a/app/festival/static/scss/base/_layout.scss b/app/festival/static/scss/base/_layout.scss index 94186758..a4f9738b 100755 --- a/app/festival/static/scss/base/_layout.scss +++ b/app/festival/static/scss/base/_layout.scss @@ -45,7 +45,7 @@ @media (min-width : $desktop ) { float: left; width: 25%; - margin: 0 0 3rem; + // margin: 0 0 3rem; border-bottom: none; &.aside-home { margin-top: -2rem; -- 2.39.5