From d8e7f36c74a4ebff25d3997f5543b08faa00a496 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 11 Jul 2015 12:42:11 +0200 Subject: revert moving section and aside padding to style.css - it brings trouble to other layouts --- view/css/default.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'view/css') diff --git a/view/css/default.css b/view/css/default.css index e1edc2cbf..f0c89a087 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -17,6 +17,7 @@ main { aside { display: table-cell; vertical-align: top; + padding: 80px 7px 0px 7px; } @@ -24,4 +25,17 @@ section { width: 100%; display: table-cell; vertical-align: top; + padding: 80px 7px 200px 7px; +} + +@media screen and (max-width: 767px) { + + section { + padding: 65px 7px 200px 7px; + } + + aside#region_1 { + padding: 65px 7px 0px 7px; + } + } -- cgit v1.2.3