Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
muneerlalji committed Apr 19, 2024
1 parent 44a9a5b commit fd33f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Onboarding/PrepareTube.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function PrepareTube(props: { stateChanger: () => void }) {
return (
<div className=' w-full lg:w-auto h-full flex flex-col lg:flex-row items-end justify-start bg-off-white'>
<Navbar />
<div className=' flex flex-col gap-4 text-left lg:pb-32 pl-8 pt-16 lg:pl-32 z-50 w-full lg:w-1/2'>
<div className=' flex flex-col gap-4 text-left lg:pb-16 pl-8 pt-16 lg:pl-32 z-50 w-full lg:w-1/2'>
<h1 className=' text-brand-blue-dark text-5xl pb-4'>Preparing the tubing</h1>
<h2 className=' text-2xl text-brand-blue-light'>Straightening and Cutting the Tube</h2>
<div className=' text-brand-teal text-lg text-balance'>
Expand Down

0 comments on commit fd33f38

Please sign in to comment.