I've created a twitter feed to put on a website. You can see the feed here: anibalcascais.com/tweet/twitter.html
I'm trying to make the feed responsive. So far, the surrounding div is responsive.
The problem is when the browser window is resized to ipad/iphone size, the li element doesn't resize and some tweets are cut short.
How can I make the ul and li expand to acomodate either one line or two lines tweets?
Thank You