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; } }