Add missing background center on public profile headers (#3340)
This commit is contained in:
parent
0734e1fe33
commit
3836d293a1
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
.card {
|
.card {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
padding: 60px 0;
|
padding: 60px 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
|
|
Loading…
Reference in a new issue