diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-02 12:31:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-02 12:31:25 +0100 |
commit | c97cc1487cbcac2c4fbc4d9e931a82df109af2e6 (patch) | |
tree | 8ec230a5becf307adebbafc95a6551f98b643f1b /view/css | |
parent | 7808689198601780041e022bf0698e559869f305 (diff) | |
download | volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.tar.gz volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.tar.bz2 volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.zip |
a simple cover-photo implementation for redbasic default template
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/view/css/default.css b/view/css/default.css index bffecbb81..f6857ec83 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -12,29 +12,18 @@ main { position: relative; width: 100%; height: 100%; + padding-top: 71px; } aside { display: table-cell; vertical-align: top; - padding: 80px 7px 0px 7px; + padding: 0px 7px 0px 7px; } 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; - } - + padding: 0px 7px 200px 7px; } |