Skip to content

Commit 4b8eeef

Browse files
authored
Merge branch 'master' into fix/font_style_fix
2 parents ae00257 + dcd89f8 commit 4b8eeef

File tree

23 files changed

+1342
-39
lines changed

23 files changed

+1342
-39
lines changed
Loading

src/collections/blog/Blog.style.js

+4
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)