diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html index 1b5c1ef..5edab49 100644 --- a/src/layouts/page/products.html +++ b/src/layouts/page/products.html @@ -1,11 +1,15 @@ {{ define "main" }}
+
+

Products

-

Just like the perfect cup or tea, greatness needs time to steep. But we’re happy to announce that the wait is over… it’s time to take your first sip.

+
+

Just like the perfect cup or tea, greatness needs time to steep. But we’re happy to announce that the wait is over… it’s time to take your first sip.

+
@@ -16,8 +20,8 @@
-
-

Tea CLI

+
+

tea cli

Our command-line interface is beautiful in it’s simplicity. Like that cup of lemon-ginger, we’ve designed our CLI or be snappy and to-the-point. There’s no honey or superfluous add-ins here; as with any good tool, our interface does what it has to, and then gets out of the way so that you can do what you want to.

{{- partial "detail-btn-large.html" . -}}
@@ -33,8 +37,8 @@
-
-

Tea Protocol

+
+

tea protocol

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

{{- partial "detail-btn-large.html" . -}}
@@ -50,8 +54,8 @@
-
-

Tea Protocol

+
+

package manager

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

{{- partial "detail-btn-large.html" . -}}
diff --git a/src/static/css/products.css b/src/static/css/products.css index 2e04950..1979b66 100644 --- a/src/static/css/products.css +++ b/src/static/css/products.css @@ -1,5 +1,19 @@ @media only screen and (min-width: 1200px) { + .products-hero{ + background-image: url("/Images/x-large-grid-hero.svg"); + background-attachment: fixed; + background-position: top; + background-repeat: repeat; + background-size: contain; + } + + .lead-container{ + padding-left: 25vw; + padding-right: 20vw; + margin-bottom: -0.95vw; + } + } @media only screen and (min-width: 992px) and (max-width: 1200px) {