mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02: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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue