Browse Source

Fix elephant friend

closed-social-v3
Eugen Rochko 7 years ago
parent
commit
8b9c537d5a
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/assets/stylesheets/components.scss

+ 2
- 1
app/assets/stylesheets/components.scss View File

@ -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;

Loading…
Cancel
Save