Skip to content

Commit

Permalink
Fix: corrige ouverture burger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinedupre committed Jan 20, 2025
1 parent b4ca272 commit 1457859
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions atlas/static/css/atlas.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,18 @@ a {

}

#navbarSupportedContent {
position: absolute;
top: 100%;
right: 0;
}

@media(min-width: 600px) {
#navbarSupportedContent {
position: static;
}
}

.logoStructure {
height: 60px;
max-height: 60px;
Expand Down

0 comments on commit 1457859

Please sign in to comment.