Skip to content

Commit 70a8c4f

Browse files
committed
remove horizontal extra space
1 parent 02e38e9 commit 70a8c4f

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

src/App.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,3 @@
2727
.App-link {
2828
color: #61dafb;
2929
}
30-
31-
@keyframes App-logo-spin {
32-
from {
33-
transform: rotate(0deg);
34-
}
35-
to {
36-
transform: rotate(360deg);
37-
}
38-
}
39-
40-
.main-header {
41-
color: blue;
42-
}

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 h-28 sm:h-36 md:h-48 mb-4 ml-24 mt-12"
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"
2222
/>
2323
</div>
2424

src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/* Apply the font and remove conflicting styles */
1818
body {
1919
@apply font-serif;
20+
@apply overflow-x-hidden;
2021
margin: 0;
2122
/* Removed explicit font-family to prevent override */
2223
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)