Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small screen adjustments for mobile PWA usage #2184

Open
wants to merge 15 commits into
base: the-future
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Fix menu animation on phone size screens only
  • Loading branch information
logiczsniper committed Mar 4, 2023
commit d93813b4a7215fd7b4632e26e655005019a30f06
1 change: 1 addition & 0 deletions app/styles/layout/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
}
@media (max-width: 768px) {
width: 100%;
max-height: 179px;
padding: 0;
margin: 0;
left: -2px;
Expand Down