Skip to content

Commit

Permalink
feat: navbar fix (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu1221 committed Feb 16, 2023
1 parent d8a2ecd commit 5f605fb
Show file tree
Hide file tree
Showing 2 changed files with 8,054 additions and 8,049 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -857,3 +857,8 @@ p:last-child {
footer {
margin-top: 10rem;
}
@media screen and (max-width:500px) {
.navbar__title{
font-size: 4vw;
}
}
Loading

2 comments on commit 5f605fb

@vercel
Copy link

@vercel vercel bot commented on 5f605fb Feb 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5f605fb Feb 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.