Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #156 from sai-kumar0/fix/navbar
Browse files Browse the repository at this point in the history
fixed navbar
  • Loading branch information
roannav authored Oct 31, 2023
2 parents 8b5d2a9 + 648a3d8 commit d1250ad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ footer {
text-align: center;
}
}
@media screen and (max-width: 1700px) {
.nav .navbar-container {
display: flex;
flex-wrap: wrap;
}
}

/**********************************************************************
*
Expand Down Expand Up @@ -335,7 +341,7 @@ html {

@media screen and (max-width: 600px) {
iframe {
width: 100%;
height: auto;
width: 100%;
height: auto;
}
}

0 comments on commit d1250ad

Please sign in to comment.