+
Klick to submit:
@@ -131,6 +134,7 @@
+
Change names of the speakers:
+
Klick to download your document:
diff --git a/electron/main/style.css b/electron/main/style.css
index 4040e09..a1629bf 100644
--- a/electron/main/style.css
+++ b/electron/main/style.css
@@ -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;
}
\ No newline at end of file