0

On my website, kylesethgray.com, I have made a somewhat 'responsive design'. Everything seems fine except two things:

  1. If i have a list, be it <ul> or <ol>, the bullets get cut off when the browser window is shortened horizontally

  2. For some reason, when doing the same thing to imitate a mobile browser, a horizontal scrollbar appears, and scrolls to the right, even though there isn't anything there.

Is there anything I can do to fix this?

4

1 回答 1

-1

I think the YouTube embed is breaking your layout, try this CSS:

.video iframe { width: 100% }

Also you should consider to use a framework for responsive design like Foundation or Columnal

于 2013-03-30T13:54:23.373 回答