diff --git a/Base/res/html/misc/transform.html b/Base/res/html/misc/transform.html index 141dca6501..58c09eb72b 100644 --- a/Base/res/html/misc/transform.html +++ b/Base/res/html/misc/transform.html @@ -11,7 +11,7 @@ .container { display: inline-flex; flex-direction: column; - width: 60em; + width: 95em; } .example { @@ -23,7 +23,7 @@ background-color: #ccc; } - .example > style { + .example > style, .example > noscript > style { display: block; font-family: monospace; margin: 0 3em 0 10em; @@ -49,6 +49,7 @@
This is based on the examples for transform-origin on MDN