Tell us what’s happening:
My tribute page is done and seem perfectly fine in normal display, but when i try to resize my browser to the smallest, the bullet will go out of the div, i tried list-style-position: inside but it did not achieve my intended result as the text go beneath the bullet, my ultimate goal was to achieve exactly like the sample page.
What happening now:
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 .
Okay, what I did now is I removed the property list-style-position:inside from tribute-info li tried changing the padding value to 30px under #tribute-info ul. This resolved the issue.