Add mono font; fix pre for mobile

This commit is contained in:
2022-05-15 18:55:12 -04:00
parent 24c2bcfff0
commit acce257c0e
11 changed files with 83 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ function Note({ note }: any) {
showLineNumbers={true}
language={match[1]}
style={monokaiSublime}
wrapLongLines={true}
PreTag='div'
codeTagProps={{ style: { display: 'block' } }}
customStyle={{ padding: '0', borderRadius: '1rem' }}