Skip to content

Commit

Permalink
Adjust table margin on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent a920f77 commit f7a9ffe
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 @@ -17,7 +17,7 @@ function App() {
return (
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
<Header/>
<div className="pl-1 pr-1 bg-slate-900 shadow-xl rounded-xl mr-5 ml-5 mb-8">
<div className=" bg-slate-900 shadow-2xl rounded-xl mr-5 ml-5 mb-8 lg:mr-64 lg:ml-64">
<OdinEventsTable events={events} />
</div>
<Footer/>
Expand Down

0 comments on commit f7a9ffe

Please sign in to comment.