Skip to content

Commit c57e6d3

Browse files
committed
fix(ui): Balance vertical padding in homepage features section
1 parent d12daec commit c57e6d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/HomepageFeatures/styles.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
.features {
66
display: flex;
77
align-items: center;
8-
padding: 2rem 0;
8+
padding: 100px 0;
99
width: 100%;
10-
margin-top: 100px;
1110
}
1211

1312
.featureSvg {

0 commit comments

Comments
 (0)