Skip to content

Commit

Permalink
fix: adding horizontal padding at mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 committed Mar 27, 2024
1 parent 0ff733f commit 90f14a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sections/HeroStats.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const HeroStatSection: React.FC = () => {
alt="Hawkhacks stats"
className="block w-full sm:hidden"
/>
<div className="mx-auto mt-16 lg:ml-20 lg:mt-24 xl:ml-24 xl:mt-32">
<div className="sm:space-y-2 ">
<div className="px-4 sm:px-0 mx-auto mt-16 lg:ml-20 lg:mt-24 xl:ml-24 xl:mt-32">
<div className="sm:space-y-2">
<h1 className="bg-gradient-to-b from-[#2B6469] to-[#00CEDB] bg-clip-text text-4xl font-extrabold text-transparent sm:text-5.5xl lg:text-8xl xl:text-8.5xl">
HawkHacks 2024
</h1>
Expand Down

0 comments on commit 90f14a4

Please sign in to comment.