From cc6d3871008a89fcf48814596d7bfec05f2706e4 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 7 Feb 2021 19:22:56 -0500 Subject: Added rotational dynamics to the examples --- frontend/index.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'frontend/index.css') diff --git a/frontend/index.css b/frontend/index.css index 9139963..a718784 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -89,6 +89,8 @@ section > p { Helpful inputs */ .vec2_input_group { + position: relative; + margin-top: 1rem; display: flex; flex-direction: row; width: 100%; @@ -96,6 +98,15 @@ section > p { padding: 0.25rem; } +.vec2_input_group > label { + position: absolute; + top: -1rem; + left: 0rem; + font-size: 0.8rem; + font-weight: bold; + text-align: left; +} + .vec2_input_group > input { width: 45%; } -- cgit v1.2.1