diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a25ed93bc..7551dfe87 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -252,7 +252,7 @@ header #banner #logo-text { display: block; position: fixed; top: 51px; - width: 100%; + left: 0px; max-height: 50%; background: $comment_item_colour; padding: 20px; |