From 495cdee9c7ed5b00d682f08e46e0c2ccde7552cf Mon Sep 17 00:00:00 2001 From: Michael Sorens Date: Fri, 4 Mar 2022 01:40:17 -0800 Subject: [PATCH] website/community: stretch background so it covers on larger screens (#4405) Fixes #4402. Signed-off-by: Michael Sorens --- docs/website/static/css/community.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/website/static/css/community.css b/docs/website/static/css/community.css index 9bca953960..97b792615d 100644 --- a/docs/website/static/css/community.css +++ b/docs/website/static/css/community.css @@ -27,11 +27,13 @@ .support-bg { width: 100%; + height: 100%; background-color: #5687e5; background-image: url("../img/cloudAll.png"), url("../img/homebg.png"); background-attachment: fixed, scroll; background-position: right top; background-repeat: no-repeat; + background-size: cover; } .support-content {