Skip to content

Commit

Permalink
added bottom margin to main container div (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev authored Dec 15, 2023
1 parent 7514368 commit 7cef556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function App() {
<div
id="container"
className={twMerge(
'flex flex-col md:flex-row box-border px-1 mx-auto',
'flex flex-col md:flex-row box-border px-1 mx-auto mb-2 xs:mb-6',
'w-full xs:w-[90%] sm:w-4/5 md:w-[95%] lg:w-[90%] xl:w-4/5',
'text-center bg-transparent text-lightGray rounded-md'
)}
Expand Down

0 comments on commit 7cef556

Please sign in to comment.