Skip to content

Commit a5f31bd

Browse files
committed
style: add vertical spacing between feature cards on homepage
Added row-gap: 2rem to create better visual separation between feature card rows
1 parent a0b6f34 commit a5f31bd

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
@@ -109,6 +109,10 @@
109109
background: var(--ifm-background-color);
110110
}
111111

112+
.features .row {
113+
row-gap: 2rem;
114+
}
115+
112116
.feature {
113117
padding: 2rem;
114118
height: 100%;

0 commit comments

Comments
 (0)