Skip to content

Commit e251383

Browse files
committed
Enhance Blog styles by adding margin to h3 and ul elements for improved spacing
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent d328e1f commit e251383

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/collections/blog/Blog.style.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@ export const BlogWrapper = styled.div`
6363
}
6464
}
6565
h3 {
66+
margin-top: .75rem;
6667
margin-bottom: .75rem;
6768
}
69+
ul {
70+
margin-bottom: .75rem;
71+
}
6872
.to-uppercase {
6973
text-transform: uppercase;
7074
}

0 commit comments

Comments
 (0)