Skip to content

Commit

Permalink
style: bigger map & table
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-29 committed Apr 28, 2024
1 parent 5af365f commit 182fc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const Index = () => {
<YearsStat year={year} onClick={changeYear} onClickTypeInYear={changeTypeInYear}/>
)}
</div>
<div className="w-full lg:w-2/3">
<div className="w-full lg:w-4/5">
<RunMap
title={title}
viewState={viewState}
Expand Down

0 comments on commit 182fc0b

Please sign in to comment.