Skip to content

Commit

Permalink
Merge pull request #26 from RealEskalate/sami.chatbot_btn_fix
Browse files Browse the repository at this point in the history
adjusting the top pading to avoid colliding with the banner
  • Loading branch information
samuel161415 authored Jul 17, 2024
2 parents dab0ac2 + 5af6835 commit 84acfa9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/hacks-website/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
(closeModalEvent)="onHideModal()"
></app-registration> -->
<div
class="h-[100vh] lg:pt-[18vh] px:5 md:px-20 flex flex-col max-lg:justify-center justify-start z-1 drop-shadow-2xl bg-black bg-opacity-60"
class="h-[100vh] pt-[50px] lg:pt-[18vh] px:5 md:px-20 flex flex-col max-lg:justify-center justify-start z-1 drop-shadow-2xl bg-black bg-opacity-60"
>
<div class="text-white px-5">
<div class="text-white px-5 max-md:mt-5">
<section
class="left col-span-2 p-5 md:h-[76vh] flex flex-col items-center md:items-start justify-start"
>
Expand All @@ -46,12 +46,12 @@
>
<!-- A2SV Hackathon, 2023 -->
<p
class="text-left w-full max-md:text-center text-[36px] font-bold md:text-[46px] lg:text-[60px]"
class="text-left w-full max-md:text-center text-[24px] font-bold md:text-[46px] lg:text-[60px]"
>
A2SV Hackathon, 2024
</p>
<h1
class="text-left w-full max-md:text-center text-xl mt-6 mb-10 md:text-2xl lg:text-3xl"
class="text-left w-full max-md:text-center text-lg mt-6 mb-10 md:text-2xl lg:text-3xl"
>
AI for Impact - Solving Africa's Challenges
</h1>
Expand Down

0 comments on commit 84acfa9

Please sign in to comment.