--- layout: single property_name: min-height ---Link Share MDN#min-heightDefines the minimum height of the element.default min-height: 0;The element has no minimum height.min-height: 200px;You can use numeric values like pixels, (r)em, percentages...If the minimum height is larger than the element's actual height, the min height will be applied.min-height: 5px;If the minimum height is smaller than the element's actual height, the min height has no effect.
Defines the minimum height of the element.
default min-height: 0;
default
min-height: 0;
The element has no minimum height.
min-height: 200px;
You can use numeric values like pixels, (r)em, percentages...
If the minimum height is larger than the element's actual height, the min height will be applied.
min-height: 5px;
If the minimum height is smaller than the element's actual height, the min height has no effect.