Hey there! I've added a Twitter feed to my website, and you can check it out here: anibalcascais.com/tweet/twitter.html
I'm working on making the layout of the feed responsive. Right now, the container div adjusts nicely, but when the browser window is resized to the size of an iPad or iPhone, the li
elements don't resize properly and some tweets get cut off.
Any tips on how I can make the ul
and li
tags expand to accommodate tweets with either one or two lines?
Thanks in advance!