From 22161391c1a1223e8967967c73c2f312e56142b7 Mon Sep 17 00:00:00 2001 From: thomas <18520168+yaythomas@users.noreply.github.com> Date: Thu, 13 Aug 2020 13:14:59 +0100 Subject: [PATCH] center align h1-3 on home --- assets/css/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index dead95f..8dc50a9 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -321,6 +321,12 @@ td { text-align: center; } +.home-hero-title > h1, +.home-hero-title > h2, +.home-hero-title > h3 { + margin: 0 auto; +} + .home-hero-title > h3 { margin-bottom: var(--text-bottom-margin); }