Fix elephant friend

This commit is contained in:
Eugen Rochko 2017-01-31 19:08:24 +01:00
parent 52d68be157
commit 8b9c537d5a
1 changed files with 2 additions and 1 deletions

View File

@ -684,8 +684,9 @@
box-sizing: border-box; box-sizing: border-box;
overflow-y: auto; overflow-y: auto;
padding-bottom: 235px; 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; height: auto;
min-height: 100%;
p { p {
color: $color2; color: $color2;