From c7c73005aaf7e34a800dd3a825ce8d3d9060f626 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:50:49 -0400 Subject: [PATCH] right half grid styling --- src/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/style.css b/src/static/css/style.css index 0dfc141..f65bd08 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -303,6 +303,7 @@ hr{ background-image: url("/Images/xl-grid-half-right.svg"); background-attachment: fixed; background-repeat: repeat-y; + background-position: right; background-size: cover; padding-top: 12.556vw; padding-bottom: 12.556vw;