Fixed helppage bug

This commit is contained in:
Verena Schulz
2026-01-21 17:41:17 +01:00
parent b7f4ae93ce
commit ccc1002a59
2 changed files with 17 additions and 17 deletions
+7 -7
View File
@@ -334,7 +334,7 @@ input[type="file"] {
border-style: solid;
border-radius: 6px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
padding-top: 50px;
padding-top: 70px;
}
.progressbar {
@@ -881,31 +881,31 @@ button:hover {
}
/* Inhalt */
h1 {
#help_page_h1 {
text-align: center;
color: #333;
}
.step {
.step_hp {
margin-bottom: 20px;
margin-top: 20px;
}
.step h2 {
.step_hp h2 {
color: #0056b3;
}
.step h3 {
.step_hp h3 {
color: #555;
margin-bottom: 5px;
}
.step p {
.step_hp p {
color: #555;
line-height: 1.6;
}
.step img {
.step_hp img {
width: 100%;
max-height: 350px;
object-fit: contain;