diff --git a/assets/styles/layout.scss b/assets/styles/layout.scss index ba83a7b50..672ea3e06 100644 --- a/assets/styles/layout.scss +++ b/assets/styles/layout.scss @@ -1,7 +1,7 @@ .columns { display: flex; - @for $i from 1 through 4 { + @for $i from 1 through 5 { .column-grow-#{$i} { flex-grow: $i; } diff --git a/components/ModResult.vue b/components/ModResult.vue index 0ede200b2..5a4e2dc9c 100644 --- a/components/ModResult.vue +++ b/components/ModResult.vue @@ -1,106 +1,104 @@