diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-12 11:36:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-12 11:36:19 +0200 |
commit | 9821a3954908cc4eb701ace8d002b052027c0311 (patch) | |
tree | deaae13048dfd047f4773c3c111fdbe1f4e7cc60 /view/css | |
parent | 692e117c8a2a6e3830c6ff71486b4c1edc5226c9 (diff) | |
download | volse-hubzilla-9821a3954908cc4eb701ace8d002b052027c0311.tar.gz volse-hubzilla-9821a3954908cc4eb701ace8d002b052027c0311.tar.bz2 volse-hubzilla-9821a3954908cc4eb701ace8d002b052027c0311.zip |
an attempt to fix the banner mess
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/css/default.css b/view/css/default.css index 566877959..e84561baf 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -1,9 +1,8 @@ header #banner { position: fixed; - top: 0; - width: 250px; - margin-left: auto; - margin-right: auto; + width: 33%; + margin-left: 33%; + margin-right: 33%; } main { |