diff --git a/client/assets/styles/styles.mobile.less b/client/assets/styles/styles.mobile.less index f54478f2..0991f256 100644 --- a/client/assets/styles/styles.mobile.less +++ b/client/assets/styles/styles.mobile.less @@ -93,4 +93,18 @@ "inventory" "games"; } + + .options { + flex-flow: row wrap; + + button { + flex: 1; + } + } + + section { + .list { + grid-template-columns: 1fr; + } + } }