Add styling for the Lobby container

This commit is contained in:
Oliver-Akins 2020-09-27 22:07:44 -06:00
parent 60d101609b
commit 16d95cd740

View file

@ -31,4 +31,8 @@ export default {
<style lang="stylus" scoped>
@import "../theme.styl"
#game_lobby {
text-align: center
width: 90vw
}
</style>