My layout is responsive, but if I change the size of the page it gets all messy. I wonder how do I put a min-width on my body. so that the page can be resize to eg 500px wide.
PS:
I try set
body {
min-width:400px;
}
but no work
I use bootstrap
The problem is when I go to change the size of my window (page). when I leave the width very small components are misaligned.