diff --git a/index.html b/index.html
index 6c875a9..8dbb32d 100644
--- a/index.html
+++ b/index.html
@@ -21,11 +21,7 @@
color: #333;
}
- h2 {
- color: #555;
- }
-
- p {
+ h2, p {
color: #555;
}
@@ -37,7 +33,7 @@
cursor: pointer;
border: none;
border-radius: 5px;
- margin: 10px;
+ margin: 10px auto;
text-decoration: none;
display: inline-block;
max-width: 200px;
@@ -71,24 +67,6 @@
display: block;
}
- .source-btn {
- background-color: black;
- color: white;
- padding: 10px 20px;
- font-size: 16px;
- cursor: pointer;
- border: none;
- border-radius: 5px;
- margin: 10px;
- text-decoration: none;
- display: inline-block;
- max-width: 200px;
- }
-
- .source-btn:hover {
- background-color: #333;
- }
-
.pick-client {
color: #555;
}
@@ -96,7 +74,7 @@
.line {
width: 50%;
border-top: 1px solid #888;
- margin: 10px 0;
+ margin: 10px auto;
}
.version-text {
@@ -114,7 +92,7 @@
.footer-divider {
width: 50%;
border-top: 1px solid #888;
- margin: 10px 0;
+ margin: 10px auto;
}