Bump paragraph spacing

This commit is contained in:
Tom Moor
2024-05-29 21:29:10 -04:00
parent 4b1b87abde
commit 1c4817486b
2 changed files with 6 additions and 6 deletions

View File

@@ -320,8 +320,8 @@ width: 100%;
} }
& > * { & > * {
margin-top: .5em; margin-top: 0.85em;
margin-bottom: .5em; margin-bottom: 0.85em;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
@@ -497,8 +497,8 @@ iframe.embed {
max-width: 840px; max-width: 840px;
cursor: default; cursor: default;
margin-top: 0.5em; margin-top: 0.85em;
margin-bottom: 0.5em; margin-bottom: 0.85em;
.title, .title,
.subtitle { .subtitle {
@@ -1244,7 +1244,7 @@ pre {
background: ${props.theme.codeBackground}; background: ${props.theme.codeBackground};
border-radius: 4px; border-radius: 4px;
border: 1px solid ${props.theme.codeBorder}; border: 1px solid ${props.theme.codeBorder};
margin: .5em 0; margin: 0.85em 0;
-webkit-font-smoothing: initial; -webkit-font-smoothing: initial;
font-family: ${props.theme.fontFamilyMono}; font-family: ${props.theme.fontFamilyMono};

View File

@@ -80,7 +80,7 @@ export default createGlobalStyle<Props>`
font-weight: 500; font-weight: 500;
line-height: 1.25; line-height: 1.25;
margin-top: 1em; margin-top: 1em;
margin-bottom: 0.5em; margin-bottom: 0.85em;
} }
h1 { font-size: 36px; } h1 { font-size: 36px; }
h2 { font-size: 26px; } h2 { font-size: 26px; }