1

change codeblock size

This commit is contained in:
Evan Pratten 2024-01-14 12:37:00 -05:00
parent f59662d95a
commit caff0100a0

View File

@ -1,12 +1,10 @@
pre { pre {
font-family: monospace, monospace; font-family: monospace, monospace;
font-size: 1em; font-size: 0.9em;
border-radius: 5px; border-radius: 5px;
padding: 1em; padding: 0.5em 0.75em;
overflow-x: scroll; overflow-x: scroll;
// box-shadow: 0 3px 3px #717171;
span { span {
font-family: inherit !important; font-family: inherit !important;
} }