about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-05-27 00:54:00 +0200
committerGitHub <noreply@github.com>2017-05-27 00:54:00 +0200
commit3836d293a155b491299854149a1b3dc5adcd1b7f (patch)
tree59d8586428b2493a202a8470441d85e6879d8a8f /app
parent0734e1fe33c5c7c837655ccd43161d8b08d68cf7 (diff)
Add missing background center on public profile headers (#3340)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/accounts.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/accounts.scss b/app/javascript/styles/accounts.scss
index eb5ddc742..801817d80 100644
--- a/app/javascript/styles/accounts.scss
+++ b/app/javascript/styles/accounts.scss
@@ -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;