aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-09-12 11:36:19 +0200
committerMario Vavti <mario@mariovavti.com>2015-09-12 11:36:19 +0200
commit9821a3954908cc4eb701ace8d002b052027c0311 (patch)
treedeaae13048dfd047f4773c3c111fdbe1f4e7cc60 /view/css
parent692e117c8a2a6e3830c6ff71486b4c1edc5226c9 (diff)
downloadvolse-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.css7
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 {