Skip to content

Commit

Permalink
Merge pull request #254 from the-code-artist/main
Browse files Browse the repository at this point in the history
Aligned heading of News page properly such that "Navbar overlapping heading of News page issue" is Resolved
  • Loading branch information
hustlerZzZ authored Jun 7, 2024
2 parents adc17c8 + b02d279 commit cfebed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

.text-3xl{
margin-top: 80px;
margin-bottom: 40px;
}
::-webkit-scrollbar{
display: none;
}
Expand Down

0 comments on commit cfebed7

Please sign in to comment.