Browse Source

Add missing background center on public profile headers (#3340)

closed-social-glitch-2
Eugen Rochko 7 years ago
committed by GitHub
parent
commit
3836d293a1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/accounts.scss

+ 1
- 0
app/javascript/styles/accounts.scss View File

@ -1,6 +1,7 @@
.card {
background: $ui-base-color;
background-size: cover;
background-position: center;
padding: 60px 0;
padding-bottom: 0;
border-radius: 4px 4px 0 0;

Loading…
Cancel
Save