From 7bb8a3deff8f9202270290b67562818c5b0ee0e0 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 25 Oct 2018 16:09:10 -0400 Subject: [PATCH] Center hero banner (#1526) --- theme/style.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/style.less b/theme/style.less index 6aaebb94..7546ae13 100644 --- a/theme/style.less +++ b/theme/style.less @@ -58,6 +58,12 @@ background: transparent !important; } +.ui.home { + .getting-started-segment { + background-position: 50% 25%; + } +} + /* Mobile */ @media only screen and (max-width: @largestMobileScreen) { #filelist {