diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-28 11:42:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-28 11:42:37 +0200 |
commit | f108838ca976299eabab45fb07373278391d6b66 (patch) | |
tree | 9c2071597de152c97c6882282c1e6f0d3b6bb86f | |
parent | bdef71bda0cbd148e57181275339ae88df9c12fe (diff) | |
download | volse-hubzilla-f108838ca976299eabab45fb07373278391d6b66.tar.gz volse-hubzilla-f108838ca976299eabab45fb07373278391d6b66.tar.bz2 volse-hubzilla-f108838ca976299eabab45fb07373278391d6b66.zip |
css fix
-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 bd5df5e63..bb25310b6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -210,6 +210,7 @@ header #banner #logo-text { display: block; position: fixed; top: 51px; + width: 100%; max-height: 50%; background: $comment_item_colour; padding: 20px; |