Skip to content

Commit 8e21a25

Browse files
committed
Fix padding top-bottom for sections
1 parent 217c4b1 commit 8e21a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Section/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
.section-content {
3232
flex: 2;
33-
padding: 4rem;
33+
padding: 0 4rem;
3434
display: flex;
3535
flex-direction: column;
3636
justify-content: center;

0 commit comments

Comments
 (0)