Small style changes

This commit is contained in:
Verena Schulz
2026-01-12 17:15:38 +01:00
parent 4dd7b512a1
commit 60b9f8a3b9
+10 -7
View File
@@ -22,7 +22,7 @@ body {
#h1-wrapper { #h1-wrapper {
position: relative; position: relative;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 770px; width: 780px;
height: 60px; height: 60px;
background-color: #FFF; background-color: #FFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
@@ -109,7 +109,7 @@ body {
} }
#step2 { #step2 {
gap: 30px; gap: 25px;
} }
.KI-wrapper { .KI-wrapper {
@@ -192,7 +192,7 @@ input[type="file"] {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 10px 20px; padding: 10px 20px;
margin: 100px auto 10px auto; margin: 110px auto 10px auto;
background-color: #007BFF; background-color: #007BFF;
color: white; color: white;
border: none; border: none;
@@ -210,10 +210,10 @@ input[type="file"] {
.mitte { .mitte {
background-color: #FFF; background-color: #FFF;
display: flex; display: flex;
width: 700px; width: 780px;
height: 500px;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 40px;
gap: 10px; gap: 10px;
border: 0px; border: 0px;
border-color: black; border-color: black;
@@ -283,6 +283,8 @@ input[type="file"] {
padding: 10px 30px; padding: 10px 30px;
border-radius: 6px; border-radius: 6px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
max-width: 720px;
min-width: 720px;
} }
.step-item { .step-item {
@@ -305,7 +307,8 @@ input[type="file"] {
/*panels*/ /*panels*/
.step { .step {
margin-top: 50px; margin-top: 40px;
margin-bottom: 40px;;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 425px; min-height: 425px;
@@ -499,7 +502,7 @@ li {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 10px 20px; padding: 10px 20px;
margin: 100px auto 10px auto; margin: 110px auto 10px auto;
background-color: #007BFF; background-color: #007BFF;
color: white; color: white;
border: none; border: none;