From d3d4c112e89789c4f116abd74ef7831997b309e9 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 12 Oct 2016 10:42:59 +0200 Subject: [PATCH] prettier background on mobile eventposts --- content/assets/stylesheets/includes/general.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index 2dddb09..e4137e0 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -2,6 +2,11 @@ text-align: justify; } +.hero { + background-position: center; + background-size: cover; +} + header.section { padding-bottom: 10px; }