html minimum width as possible code example
Example: html minimum width
.wrapper {
width: 100%;
min-width: 20em; /* Will be AT LEAST 20em wide */
}
.wrapper {
width: 100%;
min-width: 20em; /* Will be AT LEAST 20em wide */
}