Add styling and make it not read from another component

This commit is contained in:
Oliver-Akins 2020-10-02 17:59:31 -06:00
parent ed163876c5
commit 192cae129a

View file

@ -1,5 +1,5 @@
<template>
<div id="game_code_entry">
<div id="game_type_choice">
<h1>
Secret Hitler Online
</h1>
@ -59,6 +59,11 @@ export default {
<style lang="stylus" scoped>
@import "../theme.styl"
#game_type_choice {
text-align: center
width: 50vw
}
button {
width: 100%
margin: 5px