Skip to content

Commit

Permalink
Merge pull request #129 from mr-panther01/feature/responsive-design
Browse files Browse the repository at this point in the history
responsive design added for  top navbar
  • Loading branch information
Anu27n authored Oct 20, 2024
2 parents b2e2d38 + ff74102 commit 14d1b94
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,19 @@ body.nav-active {
margin-bottom: 10px;
font-family:var(--fontFamily-dm_sans);
}
@media(max-width:520px){
.top_navbar_style{
display: flex;
flex-direction: column;
justify-content: space-between;
justify-items: center;
padding: 20px;
margin-top: -34px;
color: rgb(234, 231, 226);
border-bottom: 1px solid rgb(238, 187, 120);
margin-bottom: 10px;
}
}
.separator {
width: 8px;
height: 8px;
Expand Down

0 comments on commit 14d1b94

Please sign in to comment.