web: improve padding around samples in lab

This commit is contained in:
Rasmus Andersson 2018-11-23 12:53:05 -08:00
parent a8fc89d01f
commit 3599fffdc0

View file

@ -161,10 +161,11 @@ body.italic samples {
sample { sample {
margin: 0; margin: 0;
/*white-space: pre;*/ /*white-space: pre;*/
padding: 2em; padding: 2rem;
min-width:100px; min-width:100px;
/*max-width:450px;*/ /*max-width:450px;*/
white-space: pre-wrap; white-space: pre-wrap;
outline: none;
} }
sample p { sample p {
white-space: pre-wrap; white-space: pre-wrap;