From b5473aaa161d7807f0dca713aa43e9cc43f76022 Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Thu, 18 Mar 2021 15:55:22 -0400 Subject: [PATCH] Fix background for ultrawide --- 2021/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index c80dfb48..165e3ced 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -962,7 +962,7 @@ body { background-image: url(../img/tile-02.png); background-color: rgba(55, 57, 58, 0.85); background-position: top right; - background-repeat: repeat-y; + background-repeat: repeat-y repeat-x; background-size: contain; } -- 2.25.1