Open tommygebru opened 5 years ago
So the reason that your anchor stops so suddenly a distance away from your Tea of the Month section, is that the page content has been pushed down with margins
Each page section has a lot of margins pushing your content downwards, I suggest taking some time and making small edits using your browser's developer tools before committing anything to your codebase (this makes experimenting much quicker to find solutions!)
https://developers.google.com/web/tools/chrome-devtools/css/
Hey so I saw that you left me an issue request, and I looked through your html and css codebase, I think the confusion is coming from your naming conventions for the id & class attributes For example:
#mission
spans the entire document (do you want it to be#main
instead) or do you want to close the div early before the next page section? I would suggest moving the closing tag from the bottom of the html document, and bring it back to group yourmission
page content 😄.top-content
can be more descriptive, such as.message
or.banner-message
👍Im not entirely sure if
.center-band
is a great name either, "flex or flexible" would work nicely here