From b883391c2ee3d313fcead4be70c91c47567a62ec Mon Sep 17 00:00:00 2001 From: Erik Onarheim Date: Sun, 14 Jan 2024 11:32:05 -0600 Subject: [PATCH] docs: tweak doc hero --- site/src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/css/custom.css b/site/src/css/custom.css index 4788c5276..3b52ee4a7 100644 --- a/site/src/css/custom.css +++ b/site/src/css/custom.css @@ -47,7 +47,7 @@ padding-bottom: 12rem !important; background-image: url('/static/img/hero.png'); background-size: 20rem; - background-position-y: bottom 1rem !important; + background-position-y: bottom !important; background-repeat: no-repeat; background-position: center; }