Grey background removed, bigger middle part

This commit is contained in:
Verena Schulz
2025-11-22 13:48:01 +01:00
parent fde4d584ab
commit b4f2ed561d
+12 -6
View File
@@ -5,7 +5,7 @@ body {
justify-content: center;
align-items: center;
height: 100vh;
background-color: #999;
background-color: #f2f3f4;
gap: 15px;
margin: 0;
}
@@ -126,18 +126,19 @@ gap: 5px;
}
.mitte {
background-color: #f2f3f4;
background-color: #FDFCFA;
display: flex;
width: 600px;
width: 700px;
flex-direction: column;
align-items: center;
padding: 5% 50px;
margin-top: 20px;
gap: 10px;
border: 1px;
border: 0px;
border-color: black;
border-style: solid;
border-radius: 6px;
box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
h1 {
@@ -168,15 +169,20 @@ h1 {
transform: translateY(-50%);
color: white;
}
.dropdownMenus {
display: flex;
justify-content: flex-end;
margin-top: 1px;
gap: 150px;
padding: 2px;
padding: 2px 10px 2px 10px;
}
#ai_type, #transkript_type, #language_option {
padding: 3px;
}
.labelDiv {
gap: 200px;
}