Min-height
Utilities for setting the minimum height of an element
Class reference
Usage
Set the minimum height of an element using the min-h-0
, min-h-full
, or min-h-screen
utilities.
Responsive
To control the min-height of an element at a specific breakpoint, add a {screen}:
prefix to any existing min-height utility.
<div class="h-48 ...">
<div class="h-24 min-h-0 **md:min-h-full** ...">
<!-- ... -->
</div>
</div>
For more information about Elements’ responsive design features, check out the Responsive Design documentation.
On this Page
v1.13.5