From 533a3c7c849bc674da8daad315a41cc8aff3fab7 Mon Sep 17 00:00:00 2001 From: Anurag Handique <135096807+anurag-handique@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:17:55 +0530 Subject: [PATCH] Update careerstyle.css Increased margin --- careerstyle.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/careerstyle.css b/careerstyle.css index ddd4fc0..6cb8404 100644 --- a/careerstyle.css +++ b/careerstyle.css @@ -170,3 +170,6 @@ p.para { padding-top: 5px; color: whitesmoke; } +.hero_content h1 { + margin-top: 50px; +}