diff --git a/packages/web/components/nav-containers/home.tsx b/packages/web/components/nav-containers/home.tsx
index af667d5f7..90e99cce0 100644
--- a/packages/web/components/nav-containers/home.tsx
+++ b/packages/web/components/nav-containers/home.tsx
@@ -380,6 +380,7 @@ const Title = (props: HomeItemViewProps): JSX.Element => {
distribution="start"
alignment="center"
css={{
+ mb: '5px',
fontSize: '18px',
lineHeight: '24px',
fontWeight: '600',
@@ -513,7 +514,7 @@ const TopicPickHomeItemView = (props: HomeItemViewProps): JSX.Element => {
css={{
width: '100%',
p: '0px',
- pt: '35px',
+ pt: '20px',
cursor: 'pointer',
borderRadius: '5px',
'@mdDown': {
@@ -537,38 +538,37 @@ const TopicPickHomeItemView = (props: HomeItemViewProps): JSX.Element => {
}}
alignment="start"
>
-
-
-
-
-
-
-
-
-
- {props.homeItem.thumbnail && (
-
- )}
-
-
-
+
+
+
+
+
+
+ {props.homeItem.thumbnail && (
+
+ )}
+
-
+
+
+
+