From c4c3da7fb491aeace331535ddda0e29b68ec8c85 Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Sun, 13 Jan 2019 13:11:09 -0800 Subject: [PATCH] Tiny style tweaks --- components/ChecklistItem/style.js | 1 + components/Page/style.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ChecklistItem/style.js b/components/ChecklistItem/style.js index e576e96..c5fd10e 100644 --- a/components/ChecklistItem/style.js +++ b/components/ChecklistItem/style.js @@ -29,6 +29,7 @@ export const Description = styled(Markdown)` font-weight: 400; color: ${theme.text.secondary}; margin-top: 8px; + padding-right: 16px; p:first-of-type { margin-top: 0; diff --git a/components/Page/style.js b/components/Page/style.js index 0cc314a..903f6f7 100644 --- a/components/Page/style.js +++ b/components/Page/style.js @@ -49,7 +49,7 @@ export const SectionHeading = styled.div` export const Heading = styled.h3` font-size: 40px; - font-weight: 800; + font-weight: 700; color: ${theme.text.default}; line-height: 1.2;