Added headings, some finetuning

This commit is contained in:
Verena Schulz
2025-12-30 16:53:25 +01:00
parent df7ca369de
commit f5c2e2700b
2 changed files with 14 additions and 5 deletions
+8 -4
View File
@@ -113,7 +113,7 @@ body {
}
.KI-wrapper {
margin-top: 40px;
margin-top: 10px;
}
input[type="file"] {
@@ -186,7 +186,7 @@ input[type="file"] {
align-items: center;
justify-content: center;
padding: 10px 20px;
margin: 130px auto 10px auto;
margin: 100px auto 10px auto;
background-color: #007BFF;
color: white;
border: none;
@@ -297,10 +297,10 @@ input[type="file"] {
/*panels*/
.step {
margin-top: 70px;
margin-top: 50px;
display: flex;
flex-direction: column;
min-height: 400px;
min-height: 425px;
}
/*Navigation arrows*/
@@ -510,4 +510,8 @@ li {
border-radius: 8px;
cursor: pointer;
font-size: 14px;
}
#h2 {
font-size: 25px;
}