From b6b29aa6a6cfbbfcc682240fb0f14454d950227a Mon Sep 17 00:00:00 2001 From: Joachim Robert Date: Wed, 6 Feb 2019 18:36:13 +0100 Subject: [PATCH] Better p+p spacing --- components/Page/style.js | 4 ++++ pages/about.js | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/Page/style.js b/components/Page/style.js index 57a7aeb..4baa667 100644 --- a/components/Page/style.js +++ b/components/Page/style.js @@ -80,6 +80,10 @@ export const Subheading = styled.p` 0 0 0 3px ${props => hexa(props.theme.text.tertiary, 0.25)}; } + & + & { + margin-top: 16px; + } + @media (max-width: 968px) { max-width: 100%; } diff --git a/pages/about.js b/pages/about.js index 3f2c942..4846f03 100644 --- a/pages/about.js +++ b/pages/about.js @@ -51,8 +51,6 @@ export default function About() { . -
- The code that powers this website is{' '}