From 63c4d496f216473916602cf6d402374af14479e5 Mon Sep 17 00:00:00 2001 From: BManiPradeep Date: Mon, 25 Sep 2023 19:38:15 +0530 Subject: [PATCH] fixed the misalignment bug in Hero section --- src/components/Hero.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Hero.vue b/src/components/Hero.vue index 2a30e904..b364437f 100644 --- a/src/components/Hero.vue +++ b/src/components/Hero.vue @@ -672,8 +672,10 @@ export default { .cftext { width: 100%; - display: block; + display: flex; + flex-direction:column padding-top: 50px; + align-items : center; .smalltagline { display: block; @@ -715,10 +717,10 @@ export default { .linkbtn { text-align: center; - padding-top: 20px; + margin-top : 20px; .link { - margin: auto; + margin: 10px auto; margin-top: 10px; margin-bottom: 10px; height: auto;