diff --git a/index.html b/index.html
index 9cc2486..99f2fc9 100644
--- a/index.html
+++ b/index.html
@@ -11,33 +11,35 @@
ISRO 🚀 API
Open Source API for Launched Spacecrafts & Rockets data of ISRO
-
API End-Points
-
+
Contribute at GitHub
diff --git a/style.css b/style.css
index 09a8a72..a05b83a 100644
--- a/style.css
+++ b/style.css
@@ -1,22 +1,16 @@
+body {
+ margin: 0;
+ font-family: "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "sans-serif";
+}
+
.container {
- margin: auto 15%;
+ margin: auto;
+ padding: 2em;
+ max-width: 800px;
}
.content {
- max-width: 650px;
color: #242424;
- font-family:
- "-apple-system",
- "BlinkMacSystemFont",
- "Segoe UI",
- "Roboto",
- "Oxygen",
- "Ubuntu",
- "Cantarell",
- "Open Sans",
- "Helvetica Neue",
- "sans-serif"
- ;
}
h1, h2, h3 {
@@ -25,6 +19,19 @@ h1, h2, h3 {
border-bottom: 1px solid #eaecef;
}
+p {
+ margin-top: 0;
+}
+
+.api-section {
+ margin-top: 1.5em;
+}
+
+ul {
+ list-style-type: none;
+ padding: 0;
+}
+
li {
padding-bottom: 0.5em;
}
@@ -33,3 +40,7 @@ a {
text-decoration: none;
color: rgb(67, 124, 230);
}
+
+a:hover {
+ text-decoration: underline;
+}