---
layout: single
property_name: grid-row-gap
---
Defines the gutter between the rows of a grid container.
Removes the gap.
You can use pixel values.
You can use (r)em values.
#grid-row-gap
default
grid-row-gap: 0;
grid-row-gap: 10px;
grid-row-gap: 3rem;