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