Skip to content

Commit d7a15a3

Browse files
authored
Merge pull request #6 from ethmarks/increase-font-size
increase font size for blips
2 parents 9df614f + f433a72 commit d7a15a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/components/blip.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
justify-content: space-between;
9494
margin: 0 1rem;
9595
scroll-margin-top: calc(var(--main-margin-top) + var(--spacing-lg));
96+
font-size: 1.2rem;
9697
}
9798
9899
.blip-content:not(:has(> :only-child:is(blockquote, pre))) {

0 commit comments

Comments
 (0)