From e999b48e7bb09a0a65afd5d24a6134c3a24c8661 Mon Sep 17 00:00:00 2001 From: John Hess Date: Mon, 10 Oct 2022 11:37:43 -0500 Subject: [PATCH] clean up chat section --- _scss/helpers/utilities.scss | 4 ++++ _scss/pages/home.scss | 6 +++--- index.html | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/_scss/helpers/utilities.scss b/_scss/helpers/utilities.scss index 21de577..240fe6f 100644 --- a/_scss/helpers/utilities.scss +++ b/_scss/helpers/utilities.scss @@ -124,6 +124,10 @@ body { letter-spacing: .4px; } +.uppercase { + text-transform: uppercase; +} + // Spacing utility classes .mb-2 { diff --git a/_scss/pages/home.scss b/_scss/pages/home.scss index 2e9ca33..b12dbb7 100644 --- a/_scss/pages/home.scss +++ b/_scss/pages/home.scss @@ -121,7 +121,7 @@ a:active { .right-bleed { width: 35%; img { - height: 100%; + height: 250px; } } .content-text { @@ -189,8 +189,8 @@ a:active { // ------------------------- .btn-android { - margin: 10px 20px 10px 20px; - height: 40px; + margin: 17.5px 15px 17.5px 0px; + height: 25px; width: auto; } diff --git a/index.html b/index.html index 39e43ee..9485133 100644 --- a/index.html +++ b/index.html @@ -35,15 +35,15 @@ layout: default {% if site.data.deployment.show_chat %} -
+

{% t chat_subtitle %}

{% t chat_text %}

- {% t chat_button_text %} + {% t chat_button_text %}
- {% t page_logo_alt %} + {% t page_logo_alt %}
{% t chat_secondary_cta %}