web.template style.css ajout scroll pour code trop long
This commit is contained in:
parent
6316f2e97b
commit
6e8a060c10
|
@ -29,6 +29,10 @@ pre{
|
|||
border-radius: 15px;
|
||||
padding : 1rem;
|
||||
}
|
||||
code{
|
||||
display: block;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
img{
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in New Issue