Check out my website at kylesethgray.com. I've created a 'somewhat responsive design', but there are two issues that need fixing:
Whenever I have a list, whether it's an
<ul>
or<ol>
, the bullets get cut off when the browser window is resized horizontally.Oddly enough, when I try to mimic a mobile browser by resizing the window, a horizontal scrollbar mysteriously appears and scrolls to the right, even though nothing is there.
Any suggestions on how to resolve these problems?