Skip to content

Commit ad01990

Browse files
committed
Add more padding to boost hub feature intro
1 parent e59990b commit ad01990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/molecules/BoostHubFeatureIntro.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default BoostHubFeatureIntro
6464

6565
const Container = styled.div`
6666
display: flex;
67+
padding: 0 10px;
6768
.featureList {
6869
list-style: none;
6970
width: 300px;
@@ -83,7 +84,7 @@ const Container = styled.div`
8384
${border}
8485
display: flex;
8586
padding: 0 5px;
86-
margin-bottom: 10px;
87+
margin-bottom: 20px;
8788
border-radius: 5px;
8889
padding: 10px 5px 10px 10px;
8990
background-color: ${({ theme }) => theme.navItemBackgroundColor};

0 commit comments

Comments
 (0)