diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-02 14:30:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-02 14:30:33 +0100 |
commit | d3f2d2a2dbba70403d197221500aeae80d541557 (patch) | |
tree | aebdc254d539519dbbaf125766f729face5e1f16 /view/css | |
parent | c5d08fd5fdcd504dac010d62c434d16a92879852 (diff) | |
download | volse-hubzilla-d3f2d2a2dbba70403d197221500aeae80d541557.tar.gz volse-hubzilla-d3f2d2a2dbba70403d197221500aeae80d541557.tar.bz2 volse-hubzilla-d3f2d2a2dbba70403d197221500aeae80d541557.zip |
small fix to simple cover-photo
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/css/default.css b/view/css/default.css index f6857ec83..db0628cb3 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -12,18 +12,17 @@ main { position: relative; width: 100%; height: 100%; - padding-top: 71px; } aside { display: table-cell; vertical-align: top; - padding: 0px 7px 0px 7px; + padding: 71px 7px 0px 7px; } section { width: 100%; display: table-cell; vertical-align: top; - padding: 0px 7px 200px 7px; + padding: 71px 7px 200px 7px; } |