Fix a horizontal alignment issue

This commit is contained in:
Matt Isenhower
2017-08-04 00:24:39 -07:00
parent bfc0dcd3f9
commit 2273f6adeb

View File

@@ -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;