diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-11 12:42:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-11 12:42:11 +0200 |
commit | d8e7f36c74a4ebff25d3997f5543b08faa00a496 (patch) | |
tree | 1457504e47a5c024847812d1f494e37a3dadd23a /view/css | |
parent | edb3d970cacc1cff7bc42ad2ed25637a89bd4ca1 (diff) | |
download | volse-hubzilla-d8e7f36c74a4ebff25d3997f5543b08faa00a496.tar.gz volse-hubzilla-d8e7f36c74a4ebff25d3997f5543b08faa00a496.tar.bz2 volse-hubzilla-d8e7f36c74a4ebff25d3997f5543b08faa00a496.zip |
revert moving section and aside padding to style.css - it brings trouble to other layouts
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 14 |
1 files changed, 14 insertions, 0 deletions
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; + } + } |