summaryrefslogtreecommitdiff
path: root/src/components/about-entry.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/about-entry.js')
-rw-r--r--src/components/about-entry.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/about-entry.js b/src/components/about-entry.js
index 16aa2d4..553b5e5 100644
--- a/src/components/about-entry.js
+++ b/src/components/about-entry.js
@@ -4,6 +4,9 @@ import { margins } from './globals'
const aboutEntryStyle = css`
margin: 0 0 ${margins.lg}px 0;
+ & li {
+ margin-bottom: ${margins.sm}px;
+ }
`
export const AboutEntry = ({ headerMargin, listItems, header }) => {