Skip to content

Commit 500dd2b

Browse files
committed
certum blogpost
1 parent 9bed8e6 commit 500dd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const url = `https://defguard.net/blog/${entry.slug}`;
193193

194194
:global(code) {
195195
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
196-
font-size: 0.7em;
196+
font-size: 0.666em;
197197
font-weight: 300;
198198
background: var(--code-bg, #fff);
199199
padding: 0.2em 0.4em;

0 commit comments

Comments
 (0)