Better p+p spacing

This commit is contained in:
Joachim Robert 2019-02-06 18:36:13 +01:00
parent 9099105ada
commit b6b29aa6a6
2 changed files with 4 additions and 2 deletions

View file

@ -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%;
}

View file

@ -51,8 +51,6 @@ export default function About() {
.
</Subheading>
<div style={{ padding: '8px' }} />
<Subheading>
The code that powers this website is{' '}
<a