I am currently working on creating a navigation menu using icons that need to resize as the screen size changes. Here is my progress so far:
http://jsbin.com/yesitepuwo/edit?html,css,output [it's possible that the link does not work in firefox?]
Currently, when resizing the window, the images collapse and stack on top of each other before resizing properly. I would like them to only resize without collapsing. How can I achieve this?
If necessary, I am open to changing the HTML markup. However, at the smallest breakpoint, I would like to display a burger menu instead of the stacked icons. Is it possible to set a min-width for the images to prevent collapsing at this point?
Any help or suggestions would be greatly appreciated. Thank you! :)