Skip to content

Commit

Permalink
Change max-width to 768px for mobile
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Grosenbacher <[email protected]>
  • Loading branch information
afwillia and nickgros authored Jan 27, 2025
1 parent e0d95d0 commit 456b859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/sass/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ end sticky footer
color: $synapse-dark-text;
}

@media (max-width: 500px) {
@media (max-width: 768px) {
.btn-default-wide {
width: 100%;
}
Expand Down

0 comments on commit 456b859

Please sign in to comment.