mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
increase horizontal padding for <pre> tags
This commit is contained in:
parent
47f8907f3e
commit
b8bd88d65b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background: #dedede;
|
background: #dedede;
|
||||||
color: #555;
|
color: #555;
|
||||||
padding: .5em .3em;
|
padding: .5em .7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
Loading…
Reference in a new issue