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 +}