From c2ed3e979be1e623672254e7ef6a089898a82ed0 Mon Sep 17 00:00:00 2001 From: abhinavis2005 Date: Tue, 25 Jun 2024 15:02:57 +0530 Subject: [PATCH] improved navbar spacing --- content/_index.md | 1 - static/css/style.css | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index 3f75d27..e2000bb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,7 +10,6 @@ Official blog of Cybersecurity Club, IIT Madras. ## Posts -- [Philosophy - What is Hacking?](./posts/philosophy) ## Resources diff --git a/static/css/style.css b/static/css/style.css index 85c84ac..113a730 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,8 +1,8 @@ #nav-bar { - padding: .625rem 0 0 0; + padding: .925rem 0 0 0; display: flex; flex-direction: row; - gap: .25rem; + gap: 1.00rem; flex-wrap: wrap; justify-content: flex-end; align-items: center; @@ -71,8 +71,8 @@ /* general classes */ .no-style { - padding: 0; - margin: 0; + padding: 10; + margin: 10; border: none; border-radius: 0 } @@ -102,4 +102,4 @@ /* shortcodes css */ .webring { margin: .375rem; -} \ No newline at end of file +}