diff --git a/electron/main/index.html b/electron/main/index.html
index 2f70477..6c18276 100644
--- a/electron/main/index.html
+++ b/electron/main/index.html
@@ -19,8 +19,8 @@
diff --git a/electron/main/style.css b/electron/main/style.css
index cc4eed9..19edf7d 100644
--- a/electron/main/style.css
+++ b/electron/main/style.css
@@ -177,10 +177,11 @@ input[type="file"] {
.submit-btn {
display: flex;
justify-content: center;
+ align-items: center;
padding: 10px 20px;
- margin-left: 80px;
+ margin-left: 300px;
margin-top: 30px;
- margin-bottom: 10px;
+ margin-bottom: 70px;
background-color: #007BFF;
color: white;
border: none;
@@ -420,7 +421,6 @@ li {
border-radius: 5px;
background-color: #1C3B69;
margin: 0;
- display: -ms-grid;
display: grid;
grid-template-rows: 1fr repeat(4, 0.5fr);
grid-row-gap: 25px;
@@ -436,19 +436,21 @@ li {
-webkit-transition: all 0.3s ease;
}
-.menu1 li:first-child {
+.menu1 a:first-child {
margin-top: 30px;
}
-.menu1 li:last-child {
+.menu1 a:last-child {
margin-bottom: 30px;
}
.li1 {
+ color: #fff;
width: 100%;
margin: 0;
- padding: 10px 0;
+ padding: 10px 0px;
font: 700 20px 'Oswald', sans-serif;
+ text-decoration: none;
}
.li1:hover {