Skip to content

Commit 90e2e3c

Browse files
committed
style: add margin-bottom to feature card columns for vertical spacing
1 parent a5f31bd commit 90e2e3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/src/pages/index.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
row-gap: 2rem;
114114
}
115115

116+
.features [class*='col'] {
117+
margin-bottom: 2rem;
118+
}
119+
116120
.feature {
117121
padding: 2rem;
118122
height: 100%;

0 commit comments

Comments
 (0)