mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Fixed helppage bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user