diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-20 23:09:21 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-20 23:09:21 +0100 |
commit | 924b353e5af6c298c6d6b2c8f049d8e3763e89b1 (patch) | |
tree | 4800e1ccd618d034bb42513e1ea4c9d7d060af4e /view/theme/redbasic | |
parent | d7ba2c71681f808e2215e6fa5af9a4f55446396a (diff) | |
download | volse-hubzilla-924b353e5af6c298c6d6b2c8f049d8e3763e89b1.tar.gz volse-hubzilla-924b353e5af6c298c6d6b2c8f049d8e3763e89b1.tar.bz2 volse-hubzilla-924b353e5af6c298c6d6b2c8f049d8e3763e89b1.zip |
width must be 100% here
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 08376d6c0..115aa65ae 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -254,6 +254,7 @@ header #banner #logo-text { position: fixed; top: 51px; left: 0px; + width: 100%; max-height: 50%; background: $comment_item_colour; padding: 20px; |