diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-13 16:16:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-13 16:16:03 +0200 |
commit | 3425267368a15583b20c791fde137ff22fc218a3 (patch) | |
tree | e5de632c832c7e7633464be3b9b7f3bac9825c71 /view | |
parent | 0c3d9af3333a8ae8feeb7b44dbdad6c3e6cc2410 (diff) | |
download | volse-hubzilla-3425267368a15583b20c791fde137ff22fc218a3.tar.gz volse-hubzilla-3425267368a15583b20c791fde137ff22fc218a3.tar.bz2 volse-hubzilla-3425267368a15583b20c791fde137ff22fc218a3.zip |
fix banner for full flavour
Diffstat (limited to 'view')
-rw-r--r-- | view/css/full.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/css/full.css b/view/css/full.css index 05401f68c..acedad0e0 100644 --- a/view/css/full.css +++ b/view/css/full.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%; } section { |