fix banner for full flavour

This commit is contained in:
Mario Vavti 2015-09-13 16:16:03 +02:00
parent 0c3d9af333
commit 3425267368

View File

@ -1,9 +1,8 @@
header #banner { header #banner {
position: fixed; position: fixed;
top: 0; width: 33%;
width: 250px; margin-left: 33%;
margin-left: auto; margin-right: 33%;
margin-right: auto;
} }
section { section {