diff options
author | akshaythakur8764 | 2024-12-23 14:12:39 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-12-23 14:12:39 +0530 |
commit | 5d01eff983b99466f71194808faf3a21729d553b (patch) | |
tree | 570010b44aa78c7b88f9c017c7da234f895f92b7 | |
parent | 6cfe395c0c8cc8c9fba2625d0c01def42c9ea289 (diff) | |
download | scilab_case_study_hackathon-5d01eff983b99466f71194808faf3a21729d553b.tar.gz scilab_case_study_hackathon-5d01eff983b99466f71194808faf3a21729d553b.tar.bz2 scilab_case_study_hackathon-5d01eff983b99466f71194808faf3a21729d553b.zip |
her section alignment adjust
-rw-r--r-- | src/components/Hero.astro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/Hero.astro b/src/components/Hero.astro index d8ffefd..8d2da5e 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -25,9 +25,10 @@ import { Image } from "astro:assets" <h6 class="text-white md:text-lg text-md"> <p class="text-center"> An initiative of the FOSSEE Project,<br> Indian Institute of Technology Bombay, India </p></h6> - + <div> <h1 class="text-white md:text-6xl text-4xl font-extrabold ">Scilab <span class="text-[#f50000]">Case Study</span> </h1> - <h1 class="text-white md:text-6xl text-4xl font-extrabold">Hackathon</h1> + <h1 class="text-white text-center md:text-6xl text-4xl font-extrabold">Hackathon</h1> + </div> <br> <h3 class="text-white text-xl font-extrabold">Registration date: <span class=" text-[#f50000]">23 December 2024</span><br> Submission end date: <span class=" text-[#f50000]">10 February 2025</span></h3> @@ -35,7 +36,7 @@ import { Image } from "astro:assets" <p class="text-white text-lg font-bold ">*Anyone can register and submit their case study from 23 December 2024 to 10 February 2025</p> <p class="text-white text-lg font-bold">Cash prizes, eCertificate and internship opportunities</p> <br> - <div class="py-4"> + <div class="py-2"> <a href="/#register"><button class="neon-button">Register</button></a> </div> |