Skip to content

Commit

Permalink
🎨 Removes fixed max-width on wide-screens (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 27, 2022
1 parent 879b3b8 commit 88d8ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export default {
overflow: auto;
@extend .scroll-bar;
@include monitor-up {
max-width: 1400px;
max-width: 85%;
}
/* Options for alternate layouts, triggered by buttons */
Expand Down

0 comments on commit 88d8ee6

Please sign in to comment.