Skip to content

Commit 6d181c8

Browse files
committed
Updated font size
1 parent 900a6e8 commit 6d181c8

File tree

1 file changed

+3
-3
lines changed
  • twindle-cli/src/renderer/main/article/components

1 file changed

+3
-3
lines changed

twindle-cli/src/renderer/main/article/components/App.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
--blue-40-a30: rgba(69, 161, 255, 0.3);
2020
--blue-60: #0060df;
2121
--active-color: #0b83ff;
22-
--font-size: 6px;
22+
--font-size: 16px;
2323
--content-width: 100em;
2424
--line-height: 1.6em;
2525
--tooltip-background: var(--grey-90-a80);
@@ -233,8 +233,8 @@
233233
display: initial;
234234
}
235235
</style>
236-
237-
<main style="--font-size:16px;">
236+
<!-- IMPORTANT this is the place font size controlled -->
237+
<main style="--font-size:22px;">
238238
{#each threads as thread}
239239
<div class="container" style="--line-height:1.6em;" dir="ltr">
240240
<Header {thread} />

0 commit comments

Comments
 (0)