Skip to content

Commit 389f7f1

Browse files
committed
center logo on mobile
1 parent 0eb9aea commit 389f7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Header = () => {
1818
<img
1919
src={logo}
2020
alt="StacChain Logo"
21-
className="scale-150 sm:scale-150 h-28 sm:h-36 md:h-48 mb-4 ml-0 sm:ml-24 mt-12 max-w-full mx-auto sm:mx-0"
21+
className="scale-150 sm:scale-150 h-28 sm:h-36 md:h-48 mb-4 ml-8 sm:ml-24 mt-12 max-w-full mx-auto sm:mx-0"
2222
/>
2323
</div>
2424

0 commit comments

Comments
 (0)