Skip to content

Commit 9eba9cf

Browse files
committed
Fix logo centering with mx-auto block classes
1 parent e6dfeaa commit 9eba9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Hero() {
2020
<img
2121
src="/Icon-Dark.svg"
2222
alt="FreshPass Logo"
23-
className="w-24 h-24 md:w-32 md:h-32 mb-4"
23+
className="w-24 h-24 md:w-32 md:h-32 mb-4 mx-auto block"
2424
/>
2525
</motion.div>
2626
<h1 className="text-6xl md:text-8xl font-bold text-dark-gray mb-6 font-display">

0 commit comments

Comments
 (0)