Closed stormcloud266 closed 2 years ago
hello , there @stormcloud266 @RishiKumarRay , I would like to work on this good first issue .
hello , there @stormcloud266 @RishiKumarRay , I would like to work on this good first issue .
@YuvrajPraveenSingh Sorry , I am not the owner
Hi @YuvrajPraveenSingh feel free to work on this issue! Thank you
Hey @stormcloud266 I've submitted a pull request for this issue. Thanks for posting a few good first issues!
Thank for the PR @toastMaduro-hub
Currently the hero h1 is centered in its container using flex. This give the appearance of being center aligned, however on smaller screens, the text drops to two lines and is clearly left aligned. Please add
text-align: center;
to the hero class to fix this.