We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27e9dd commit f1c0079Copy full SHA for f1c0079
src/app/page.js
@@ -43,7 +43,7 @@ export default function Home() {
43
<div className='w-full max-w-[1000px]'>
44
<ResponsiveImageMapper src={URL} map={MAP} imgWidth={950} clickFunc={clicked}></ResponsiveImageMapper>
45
</div>
46
- <div className='pt-4 pl-4 pr-4 m-2 w-full sm:w-5/6'>
+ <div className='pt-4 pl-4 pr-4 m-2 w-full'>
47
<Legend categoryMap={categoryMap}></Legend>
48
49
0 commit comments