web: improve padding around samples in lab
This commit is contained in:
parent
a8fc89d01f
commit
3599fffdc0
1 changed files with 2 additions and 1 deletions
|
|
@ -161,10 +161,11 @@ body.italic samples {
|
|||
sample {
|
||||
margin: 0;
|
||||
/*white-space: pre;*/
|
||||
padding: 2em;
|
||||
padding: 2rem;
|
||||
min-width:100px;
|
||||
/*max-width:450px;*/
|
||||
white-space: pre-wrap;
|
||||
outline: none;
|
||||
}
|
||||
sample p {
|
||||
white-space: pre-wrap;
|
||||
|
|
|
|||
Reference in a new issue