File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 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- }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717/* Apply the font and remove conflicting styles */
1818body {
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;
You can’t perform that action at this time.
0 commit comments