Skip to content

Commit

Permalink
fix: font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 19, 2024
1 parent f85f7f6 commit 0f3ba45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/County.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
ul li::after {
content: attr(id);
font-size: 15%;
font-size: 20%;
font-weight: normal;
position: absolute;
inset: 0;
Expand Down
3 changes: 3 additions & 0 deletions src/lib/components/Quote.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
{/if}

<style>
blockquote {
font-size: larger;
}
blockquote p {
font-style: italic;
}
Expand Down

0 comments on commit 0f3ba45

Please sign in to comment.