Skip to content

Commit

Permalink
responsive design added for navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-panther01 committed Oct 20, 2024
1 parent 28b4921 commit ff74102
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 @@ -313,6 +313,19 @@ body.nav-active {
border-bottom: 1px solid rgb(238, 187, 120);
margin-bottom: 10px;
}
@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 ff74102

Please sign in to comment.