1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

CSS: make preformatted text bigger

This commit is contained in:
rohan kumar 2020-11-18 18:28:51 -08:00
parent 9fb0545ebc
commit 359f115307
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -235,7 +235,7 @@ main#content pre {
}
main#content code {
font-size: 0.96em;
font-size: 14px;
padding: 0 5px;
}
@ -243,7 +243,6 @@ main#content pre {
display: block;
overflow-x: auto;
font-size: 14px;
font-size: 1.4rem;
white-space: pre;
margin: 20px 0;
padding: 1.5rem 1.5rem;