From 31add248a81ded6b5fff46620b94c274d2b9a860 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 16 Sep 2022 16:40:13 -0400 Subject: [PATCH] Half-width grid --- src/static/Images/xl-grid-half-right.svg | 169 +++++++++++++++++++++++ src/static/css/style.css | 2 +- 2 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 src/static/Images/xl-grid-half-right.svg diff --git a/src/static/Images/xl-grid-half-right.svg b/src/static/Images/xl-grid-half-right.svg new file mode 100644 index 0000000..5b4c843 --- /dev/null +++ b/src/static/Images/xl-grid-half-right.svg @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/static/css/style.css b/src/static/css/style.css index 28dad36..0dfc141 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -300,7 +300,7 @@ hr{ } .package_before{ - background-image: url("/Images/x-large-grid.svg"); + background-image: url("/Images/xl-grid-half-right.svg"); background-attachment: fixed; background-repeat: repeat-y; background-size: cover;