From bd53bcd7267249c5f00c88ab2650322322572709 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:41:34 -0400 Subject: [PATCH] Subhead is full-width on mobile now --- src/layouts/index.html | 4 ++-- src/static/css/homepage.css | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index 999a6f5..9317f8a 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -51,8 +51,8 @@
-
-

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

+
+

The revolution is here. We’re calling on all open-source devs to authenticate their Github with tea.

diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index 8529a13..f497edc 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -81,7 +81,9 @@ hr{ @media only screen and (max-width: 576px) { - + .hero-subhead{ + width: 100%; + } }