Skip to content

Commit

Permalink
button fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuradha-bhaskar committed Jul 12, 2024
1 parent 85a42be commit 669d505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tools/generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function renderButtons(): JSX.Element {
<Button
text='View Docs'
href='/docs/tools/generator'
className='ml-2 mt-2 block w-full sm:w-auto md:mt-0 md:inline-block'
className='sm:ml-2 sm:mt-2 ml-0 mt-8 block w-full sm:w-auto md:mt-0 md:inline-block'
/>
</div>
);
Expand Down

0 comments on commit 669d505

Please sign in to comment.