Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 06120c1

Browse files
kylemhhollomancer
authored andcommitted
Add vertical padding for Section component
1 parent 218a6f4 commit 06120c1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/shared/components/join/join.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
max-width:700px;
1313
font-size:20px;
1414
color:#47566B;
15-
}
15+
}

src/shared/components/section/section.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.section {
22
width: 100%;
3+
min-height: 250px;
34
display: flex;
45
flex-direction: column;
56
align-items: center;
6-
padding: 15px 0 15px 0;
7+
padding: 4% 0 4% 0;
78
}
89

910
.gray {

0 commit comments

Comments
 (0)