X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=clickslide.css;h=3410470241b016d3a91484bb0252a50f5dc4db71;hb=a0aeeb7cfdef73bbf04b28a90d244fab533d5e3a;hp=56313c8747d930ad568eaa8998d49fced5928854;hpb=05bb8e1d605b94d3f513c13600ffc43158ca9434;p=clickslide diff --git a/clickslide.css b/clickslide.css index 56313c8..3410470 100644 --- a/clickslide.css +++ b/clickslide.css @@ -1,6 +1,9 @@ * { box-sizing: border-box; margin: 0; padding: 0; + background-position: center; + background-repeat: no-repeat; + background-size: cover; } /* min-height: 240px */ body { font-size: 9px; } @@ -129,7 +132,7 @@ div.slide:after { div.slide > * { margin-top: 1em; max-width: 85%; - z-index: 1; + overflow: hidden; } div.slide > *:first-child:last-child,