adrianhajdin / project_fitness_app

https://jsmastery.pro
1.1k stars 382 forks source link

not align as yours #3

Open rebazjabar opened 2 years ago

rebazjabar commented 2 years ago

hello sir i follow your tutorial but i have an issue that is very simple
the issue that ,the image is show in the downside of typography ? is that because your screen resolution are bigger than my screen resolution?? Untitled

startuper777 commented 2 years ago

Hey @rebazjabar! I'm not the author, but had the same issue and the problem was in misspelling className in HeroBanner.js. Check out the file in the "components" folder called "HeroBanner.js" and you should find in there that line of code:

<img src={HeroBannerImage} alt="hero-banner" className="hero-banner-img" />

that should fix the problem p.s. as per the tutorial, if the screen resolution is smaller than the desktop, the image should hide.

rebazjabar commented 2 years ago

thanks alot great explanation its totally work thanks