mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: reduce padding for code examples, to fit more examples on the same screen without scrolling
This commit is contained in:
parent
9df49bfa31
commit
d704798cdd
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ pre code {
|
|||
hyphens: none;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
padding: 1rem;
|
||||
padding: 5px;
|
||||
}
|
||||
code {
|
||||
padding: 0 0.2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue