mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CSS: make preformatted text bigger
This commit is contained in:
parent
9fb0545ebc
commit
359f115307
1 changed files with 1 additions and 2 deletions
|
@ -235,7 +235,7 @@ main#content pre {
|
||||||
}
|
}
|
||||||
|
|
||||||
main#content code {
|
main#content code {
|
||||||
font-size: 0.96em;
|
font-size: 14px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -243,7 +243,6 @@ main#content pre {
|
||||||
display: block;
|
display: block;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-size: 1.4rem;
|
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
padding: 1.5rem 1.5rem;
|
padding: 1.5rem 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue