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

This commit is contained in:
Eugen Rochko 2017-05-27 00:54:00 +02:00 committed by GitHub
parent 0734e1fe33
commit 3836d293a1
1 changed files with 1 additions and 0 deletions

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;