This commit is contained in:
Dano van den Bosch
2024-04-03 12:28:23 +02:00
parent 74cebc0cef
commit 44857fdd65

View File

@@ -20,24 +20,40 @@
#editNode { #editNode {
display: flex; display: flex;
justify-content: center;
flex-direction: column;
margin-top: 1%; margin-top: 1%;
width: 98vw; width: 98vw;
height: 20vh; height: 20vh;
display: flex;
justify-content: center; justify-content: center;
/* flex-direction: column; Keep as column
/* justify-content: ; */
align-items: center; align-items: center;
background-color: #333; background-color: #333;
color: #fff; color: #fff;
padding: 10px; padding: 10px;
border-radius: 50px; border-radius: 50px;
border: 2px solid #333; border: 2px solid #333;
clear: both; clear: both;
margin-bottom: 10px; margin-bottom: 2vh;
position: relative; /* position: relative; */
float: top; /* 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 { body {