From 11fbd5d02bc243f0111b150d7a1793d81bc7ab94 Mon Sep 17 00:00:00 2001 From: Anant Nipunge Date: Thu, 27 Oct 2022 19:32:03 +0530 Subject: [PATCH 1/2] padding to nav-bar items and 'download here' section --- Website/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index e1323d743..ab281fbef 100644 --- a/Website/style.css +++ b/Website/style.css @@ -508,6 +508,7 @@ header { text-align: center; background-color: var(--background-color); color: var(--black); + padding-top: 100px; } .download > h2 { @@ -699,7 +700,7 @@ header { margin-top: 5%; } -li { +.footer li { margin-top: 8px; list-style-type: none; line-height: 180%; From 6289d3806a7eb036fad78a140e2eefebab204027 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Thu, 27 Oct 2022 22:57:22 +0530 Subject: [PATCH 2/2] Update style.css --- Website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/style.css b/Website/style.css index 514b706c8..458eef8d6 100644 --- a/Website/style.css +++ b/Website/style.css @@ -508,7 +508,7 @@ header { text-align: center; background-color: var(--background-color); color: var(--black); - padding-top: 100px; + padding-top: 50px; } .download > h2 {