diff --git a/src/css/_modifiers.scss b/src/css/_modifiers.scss index b6ab321..62946b1 100644 --- a/src/css/_modifiers.scss +++ b/src/css/_modifiers.scss @@ -32,6 +32,12 @@ } } +@include mobile { + .level:not(.is-mobile) .level-item { + margin-right: 0; // Fix horizontal alignment issue with the Game Mode Header icon + } +} + .button.is-clear { @extend .text-shadow;