commit: 8b9c537d5af531e140fc42d60cba1530e4e27839
parent: 52d68be157d5076b6da2e0f6d33abc1f7e285950
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Tue, 31 Jan 2017 19:08:24 +0100
Fix elephant friend
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
@@ -684,8 +684,9 @@
box-sizing: border-box;
overflow-y: auto;
padding-bottom: 235px;
- background: image-url('mastodon-getting-started.png') no-repeat 100% bottom;
+ background: image-url('mastodon-getting-started.png') no-repeat bottom left;
height: auto;
+ min-height: 100%;
p {
color: $color2;