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
+11 -5
View File
@@ -5,7 +5,7 @@ body {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
background-color: #999; background-color: #f2f3f4;
gap: 15px; gap: 15px;
margin: 0; margin: 0;
} }
@@ -126,18 +126,19 @@ gap: 5px;
} }
.mitte { .mitte {
background-color: #f2f3f4; background-color: #FDFCFA;
display: flex; display: flex;
width: 600px; width: 700px;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 5% 50px; padding: 5% 50px;
margin-top: 20px; margin-top: 20px;
gap: 10px; gap: 10px;
border: 1px; border: 0px;
border-color: black; border-color: black;
border-style: solid; border-style: solid;
border-radius: 6px; border-radius: 6px;
box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
} }
h1 { h1 {
@@ -169,14 +170,19 @@ h1 {
color: white; color: white;
} }
.dropdownMenus { .dropdownMenus {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
margin-top: 1px; margin-top: 1px;
gap: 150px; gap: 150px;
padding: 2px; padding: 2px 10px 2px 10px;
} }
#ai_type, #transkript_type, #language_option { #ai_type, #transkript_type, #language_option {
padding: 3px; padding: 3px;
} }
.labelDiv {
gap: 200px;
}