mirror of https://github.com/Lissy93/dashy.git
🎨 Removes fixed max-width on wide-screens (#554)
This commit is contained in:
parent
879b3b8f32
commit
88d8ee6b1d
|
@ -213,7 +213,7 @@ export default {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@extend .scroll-bar;
|
@extend .scroll-bar;
|
||||||
@include monitor-up {
|
@include monitor-up {
|
||||||
max-width: 1400px;
|
max-width: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Options for alternate layouts, triggered by buttons */
|
/* Options for alternate layouts, triggered by buttons */
|
||||||
|
|
Loading…
Reference in New Issue