Skip to content

Commit

Permalink
Merge pull request #409 from GregFinzer/feature/AboutMobileWidth
Browse files Browse the repository at this point in the history
Fix for about mobile width
  • Loading branch information
GregFinzer authored Oct 16, 2024
2 parents 615274e + a1e8ff2 commit 4aace50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BedBrigade.Client/wwwroot/css/bedBrigade/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ a.back-btn:hover {
body #mainNav .navbar-nav .nav-item ul.dropdown-menu {
left: auto;
right: 0;
width: 220px;
width: 300px;
}
}
@media (max-width: 767px) {
Expand Down
2 changes: 1 addition & 1 deletion BedBrigade.Client/wwwroot/css/bedBrigade/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ a.back-btn:hover {
body #mainNav .navbar-nav .nav-item ul.dropdown-menu {
left: auto;
right: 0;
width: 220px
width: 300px
}
}

Expand Down

0 comments on commit 4aace50

Please sign in to comment.