From 88697ce382957bdcd66fe1f78c09e362d6fb167d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Oct 2019 18:21:11 +0100 Subject: [PATCH] Hero image width --- epicyon-profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/epicyon-profile.css b/epicyon-profile.css index 1b59bbdc..3700bece 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -98,6 +98,10 @@ a:link { position: relative; } +.hero-image img { + width: 50%; +} + .hero-text { text-align: center; position: absolute;