From 5c1e90898bf68fadeb826282231a64add17ee39b Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 3 Nov 2022 10:00:33 -0400 Subject: [PATCH] Added half-page grid --- src/layouts/page/press.html | 42 ++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/src/layouts/page/press.html b/src/layouts/page/press.html index 5b994f1..d9b914a 100644 --- a/src/layouts/page/press.html +++ b/src/layouts/page/press.html @@ -1,6 +1,6 @@ {{ define "main" }} -
+
@@ -226,6 +226,46 @@ -webkit-box-orient: vertical; } + @media only screen and (min-width: 1200px) { + + .press-hero{ + background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important; + background-attachment: scroll; + background-repeat: repeat-y; + background-position: right; + background-size: contain; + } + + } + + @media only screen and (min-width: 992px) and (max-width: 1200px) { + + .press-hero{ + background-image: url("/Images/home-large-grid-generative-art_half.gif") !important; + background-attachment: scroll; + background-repeat: repeat-y; + background-position: right; + background-size: contain; + } + + } + + @media only screen and (min-width: 768px) and (max-width: 992px) { + + .press-hero{ + background-image: url("/Images/home-large-grid-generative-art_half.gif") !important; + background-attachment: scroll; + background-repeat: repeat-y; + background-position: right; + background-size: contain; + } + + } + + @media only screen and (min-width: 576px) and (max-width: 768px) { + + } + @media only screen and (max-width: 576px) { .press-image{