From 5852c438d2a674b2127ce1b13eaaee826eeb9981 Mon Sep 17 00:00:00 2001 From: warren-davies4 <112185584+warren-davies4@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:13:41 +0000 Subject: [PATCH] aligned hero h1 to left --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index bd15c1a2..73e018e2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -160,6 +160,10 @@ h1 { text-align: center; } +.hero-content > h1 { + text-align: left; +} + /* small screen */ @media screen and (max-width: 800px) { .hero {