We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb9aea commit 389f7f1Copy full SHA for 389f7f1
src/components/Header.js
@@ -18,7 +18,7 @@ const Header = () => {
18
<img
19
src={logo}
20
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"
+ 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"
22
/>
23
</div>
24
0 commit comments