summaryrefslogtreecommitdiff
path: root/docs/lab/lab.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-10-10 19:16:44 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:38:38 +0300
commit0dd78a6d3e123eb9e09d956df85148aca9d46c48 (patch)
tree0356c01aaa8993873fbc3c955a4229e997a4fe3b /docs/lab/lab.css
parent4230eece31ba8eff947768a2863c0c265d70296e (diff)
downloadinter-0dd78a6d3e123eb9e09d956df85148aca9d46c48.tar.xz
website: lab: adds russian sample text and adds padding to sample text that is relative to font size
Diffstat (limited to 'docs/lab/lab.css')
-rw-r--r--docs/lab/lab.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/lab/lab.css b/docs/lab/lab.css
index 7c799feec..d3d3d4959 100644
--- a/docs/lab/lab.css
+++ b/docs/lab/lab.css
@@ -153,7 +153,6 @@ samples, boxes {
/*samples { background: rgba(255,0,255,0.4); } sample { background: rgba(100,100,255,0.4); }*/
samples {
display: flex;
- padding: 24px 0;
width: 100%;
}
body.italic samples {
@@ -162,7 +161,7 @@ body.italic samples {
sample {
margin: 0;
/*white-space: pre;*/
- padding: 0 24px;
+ padding: 2em;
min-width:100px;
/*max-width:450px;*/
white-space: pre-wrap;