diff --git a/web/newWebsite/styles/dashboard-styles.css b/web/newWebsite/styles/dashboard-styles.css index a8b37b5..829b474 100644 --- a/web/newWebsite/styles/dashboard-styles.css +++ b/web/newWebsite/styles/dashboard-styles.css @@ -19,25 +19,41 @@ } #editNode { - display: flex; - margin-top: 1%; - width: 98vw; - height: 20vh; - display: flex; - justify-content: center; - /* flex-direction: column; Keep as column - /* justify-content: ; */ - align-items: center; + display: flex; + justify-content: center; + flex-direction: column; + margin-top: 1%; + width: 98vw; + height: 20vh; + justify-content: center; + align-items: center; + background-color: #333; + color: #fff; + padding: 10px; + border-radius: 50px; + border: 2px solid #333; + clear: both; + margin-bottom: 2vh; + /* position: relative; */ + /* float: top; */ +} - background-color: #333; - color: #fff; - padding: 10px; - border-radius: 50px; - border: 2px solid #333; - clear: both; - margin-bottom: 10px; - position: relative; - float: top; +#mySelect { + margin-left: 45vh; +} + +#text { + font-size: 20px; + margin-left: 25vh; +} + +#inputName { + margin-left: 5vh; + margin-right: 5vh; +} + +#inputLocation { + margin-right: 5vh; } body {