Skip to content

Commit

Permalink
Update breakpoint for single column template to 1000px to minimize ic…
Browse files Browse the repository at this point in the history
…on wrapping
  • Loading branch information
kommunarr committed Jan 31, 2024
1 parent 756367f commit 78c398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Watch/Watch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}

@media only screen and (max-width: 900px) {
@media only screen and (max-width: 1000px) {
@include single-column-template;
}

Expand Down

0 comments on commit 78c398a

Please sign in to comment.