Skip to content

Commit

Permalink
styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed May 22, 2024
1 parent 545e7c7 commit fd2ffe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@

@media (max-width: 768px) {
.Navtop {
display: flex;
display: none;
}
}
5 changes: 4 additions & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,16 @@ div[class*='sidebarViewport'] {
.navbar {
position: fixed;
width: 100%;
margin-top: 30px;
padding: 0 5vw;
top: 30px;
height: var(--nav-height);
line-height: rem(2);
@media (max-width: 996px) {
padding: 0 rem(1.5);
}
@media (max-width: 768px) {
top: 0px;
}
.right-navigation {
display: flex;
align-items: center;
Expand Down

0 comments on commit fd2ffe8

Please sign in to comment.