Skip to content

Commit f1c0079

Browse files
committedMay 19, 2024·
Sizing revert
1 parent e27e9dd commit f1c0079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Home() {
4343
<div className='w-full max-w-[1000px]'>
4444
<ResponsiveImageMapper src={URL} map={MAP} imgWidth={950} clickFunc={clicked}></ResponsiveImageMapper>
4545
</div>
46-
<div className='pt-4 pl-4 pr-4 m-2 w-full sm:w-5/6'>
46+
<div className='pt-4 pl-4 pr-4 m-2 w-full'>
4747
<Legend categoryMap={categoryMap}></Legend>
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.