From 2ae2454126bc99122c5aa0f747f83bd2c6261cb4 Mon Sep 17 00:00:00 2001 From: Om Patil Date: Wed, 3 Jan 2024 21:17:17 +0530 Subject: [PATCH 1/2] Update style.css --- style.css | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) 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; +} From 9575b879fb4a32396e63778df7e202e634f699c3 Mon Sep 17 00:00:00 2001 From: Om Patil Date: Wed, 3 Jan 2024 21:18:02 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 56 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) 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

- +
+

API End-Points

+ +

Contribute at GitHub