Skip to content

Commit

Permalink
improved navbar spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavis2005 committed Jun 25, 2024
1 parent 2adfb7a commit c2ed3e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Official blog of Cybersecurity Club, IIT Madras.
## Posts


- [Philosophy - What is Hacking?](./posts/philosophy)

## Resources

Expand Down
10 changes: 5 additions & 5 deletions static/css/style.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -71,8 +71,8 @@

/* general classes */
.no-style {
padding: 0;
margin: 0;
padding: 10;
margin: 10;
border: none;
border-radius: 0
}
Expand Down Expand Up @@ -102,4 +102,4 @@
/* shortcodes css */
.webring {
margin: .375rem;
}
}

0 comments on commit c2ed3e9

Please sign in to comment.