Skip to content

Commit

Permalink
fix: align ticket section text to center for better UI consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran1810 committed Dec 21, 2024
1 parent 1ab3848 commit b1a3865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function Home() {
<div id='tickets' className='flex items-center'>
<div className='text-lg sm:text-sm text-white font-semi-bold border-b-2 border-blue-400 mb-1'>Tickets</div>
</div>
<div data-test="ticket-section">
<div data-test="ticket-section" className="flex flex-col items-center ">
<Heading typeStyle='heading-md' className='text-gradient text-center lg:mt-10'>
Get Tickets
</Heading>
Expand Down

0 comments on commit b1a3865

Please sign in to comment.