Skip to content

Commit

Permalink
remove h
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c authored Dec 19, 2024
1 parent 3aaf06e commit c7b8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ModelViewer = dynamic(() => import('../ModelViewer'), { ssr: false });
transition: 'transform 0.3s ease-in-out',
},
}}
/> */}h
/> */}
<div className="flex flex-col items-start ml-0 md:ml-[2vw] max-w-full">
<h1 className="text-[2.8rem] md:text-[7rem] font-bold text-center md:text-left text-white [text-shadow:_0_4px_4px_rgb(0_0_0_/_25%)]">
Hacky Holidays!
Expand Down

0 comments on commit c7b8061

Please sign in to comment.