From 16b0f20415efd3ed2c181df74a473ebd5265892b Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 4 Jan 2022 21:44:49 +0000 Subject: Fix specular lighting. Update scene. --- style.css | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 453687e..b4c8897 100644 --- a/style.css +++ b/style.css @@ -3,19 +3,16 @@ body { } p { - margin: 0; + margin: 0 0 0.8rem; } #output-wrapper { - position: relative; - width: 960px; - height: 720px; margin-top: 0.5em; } #render-output { - width: 960px; - height: 720px; + width: 100%; + height: 65vmin; object-fit: contain; } @@ -33,8 +30,18 @@ p { } #console { - height: 150px; - width: 300px; - padding: 0rem; + height: 120px; + padding: 0 0 0 1em; white-space: pre-line; +} + +#res-label { + padding-bottom: 4px; + padding-top: 0px; + margin-top: -1px; + font-size: 15px; +} + +.divider-vert { + padding: 0; } \ No newline at end of file -- cgit v1.2.3