From 1d0f6536ee3e2ba61a672b195b4767c05277ae45 Mon Sep 17 00:00:00 2001 From: BenjaminToby <52448020+BenjaminToby@users.noreply.github.com> Date: Tue, 25 May 2021 22:07:56 +0100 Subject: [PATCH] hero links font size update --- main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main.css b/main.css index c2ce8ee..d5b5b77 100644 --- a/main.css +++ b/main.css @@ -32,6 +32,8 @@ header { display: flex; align-items: center; justify-content: space-between; + position: relative; + z-index: 1000; } section { @@ -462,12 +464,15 @@ section.hero-section { padding: 30px 20px; } + .hero-subtext { + font-size: 20px; + } + .container-1200px.hero-content-container { padding-right: 30vw; } .hero-content-link { - font-size: 20px; background-color: white; }