From 6755e5f00dcf585b0a57e5b6acac37f092c204e6 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:25:41 -0400 Subject: [PATCH] Adjusted label sizes for grid thumbnails --- src/layouts/page/white-paper.html | 2 +- src/layouts/partials/package-thumbnail.html | 12 ++++++------ src/static/css/homepage.css | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/layouts/page/white-paper.html b/src/layouts/page/white-paper.html index 18f0933..fc2e670 100644 --- a/src/layouts/page/white-paper.html +++ b/src/layouts/page/white-paper.html @@ -32,7 +32,7 @@
-
+
diff --git a/src/layouts/partials/package-thumbnail.html b/src/layouts/partials/package-thumbnail.html index a8b0093..7274257 100644 --- a/src/layouts/partials/package-thumbnail.html +++ b/src/layouts/partials/package-thumbnail.html @@ -67,11 +67,11 @@ div.card.card-thumbnail{ position: absolute; background: rgba(255,255,255,0.9); left: 0; - bottom: 1.116vw; + bottom: 0vw; padding: 1.116vw; text-align: left; width: 90%; - height: 60%; + height: 40; } .card-thumb-label h3 { @@ -138,11 +138,11 @@ div.card.card-thumbnail{ position: absolute; background: rgba(255,255,255,0.9); left: 0; - bottom: 1.116vw; + bottom: 0vw; padding: 1.116vw; text-align: left; width: 90%; - height: 60%; + height: 40%; } .card-thumb-label h3 { @@ -209,11 +209,11 @@ div.card.card-thumbnail{ position: absolute; background: rgba(255,255,255,0.9); left: 0; - bottom: 1.116vw; + bottom: 0vw; padding: 1.116vw; text-align: left; width: 90%; - height: 60%; + height: 40%; } .card-thumb-label h3 { diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index a6cc27c..cf53acb 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -76,7 +76,7 @@ .container{ max-width: 1920px; - padding: 5.5vw 3vw; + padding: 5.5vw 7vw !important; } }