From c16e2aa4800c5ce1ce1828cb541ca786fc4af9f3 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Thu, 4 Oct 2018 00:13:02 +0300 Subject: [PATCH] Center article header image (#773) --- app/assets/stylesheets/article-show.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/article-show.scss b/app/assets/stylesheets/article-show.scss index b56b3e1d7..4aef63151 100644 --- a/app/assets/stylesheets/article-show.scss +++ b/app/assets/stylesheets/article-show.scss @@ -52,7 +52,7 @@ header{ width:100%; margin:auto; max-width:1024px; - background: transparent no-repeat top center; + background: transparent no-repeat center center; background-size: cover; z-index:2; padding-top: 42%;