diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -3,7 +3,7 @@ body { } p { - margin: 0 0 0.8em; + margin: 0; } #output-wrapper { @@ -13,6 +13,12 @@ p { margin-top: 0.5em; } +#render-output { + width: 960px; + height: 720px; + object-fit: contain; +} + .controls { margin-top: 0.5em; } @@ -22,7 +28,7 @@ p { width: 100%; } -.thread-slider { +.nested-slider { padding-left: 40px; } |