mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 06:01:17 -04:00
switch monospace font to Source Code Pro
This commit is contained in:
@@ -2,7 +2,8 @@ import Code from "../Code";
|
||||
import { styled } from "../../lib/styles/stitches.config";
|
||||
|
||||
const CodeInline = styled(Code, {
|
||||
padding: "0.2em 0.3em",
|
||||
padding: "0.175em 0.3em",
|
||||
fontSize: "0.975em",
|
||||
pageBreakInside: "avoid",
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user