I have a problem in the mobile part, a huge 'margin' appears on the right side. if you know why it is, please tell me or make a pull request in the repository
preetam varun
@preetamvarunAll comments
- @DenilDenilsonSubmitted over 2 years ago@preetamvarunPosted over 2 years ago
May be you could fix that by doing html ,body{ height : 100%; width : 100%; margin : 0rem; padding : 0rem; overflow-x : hidden; }.
0 - @csmurilloSubmitted over 2 years ago
Would like if someone would critique my folder structure using styled components? Not sure if the way I structured my project is accepted as good practice. Also would apprecitate it, if anyone would provide feedback on my semantic HTML?
@preetamvarunPosted over 2 years agoYou built this website well 👏. But, for me the only concern is that, A significant amount of white space is coming at the very right side of the entire website on my mobile device. May be you could fix that by doing html,body{ height : 100%; width : 100%; margin : 0rem; padding : 0rem; overflow-x : hidden; }.
Marked as helpful0