Added wrapper in step 2

This commit is contained in:
Verena Schulz
2025-12-17 15:21:17 +01:00
parent 145f91f091
commit 958c9368d0
2 changed files with 22 additions and 12 deletions
+6 -1
View File
@@ -17,7 +17,6 @@ body {
transform: translate(-50%, -50%);
margin: 0;
z-index: 20;
}
#h1-wrapper {
@@ -108,6 +107,12 @@ body {
.submit-btn:hover {
background-color: #0056b3;
}
#step2 {
display: flex;
justify-content: center;
gap: 30px;
}
input[type="file"] {
display: none;