🎨 Removes fixed max-width on wide-screens (#554)

This commit is contained in:
Alicia Sykes 2022-03-27 16:18:51 +01:00
parent 879b3b8f32
commit 88d8ee6b1d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */