Add styling

This commit is contained in:
Oliver-Akins 2020-09-19 00:40:05 -06:00
parent c0a14ed508
commit 9f513d8a1b
3 changed files with 77 additions and 2 deletions

View file

@ -38,14 +38,32 @@ export default {
</script>
<style lang="stylus">
@import "../theme.styl"
#websocket_entry {
text-align: center
margin: 0 auto
height: 100vh
width: 33vw
margin: 0 auto
color: $main-text-colour
h1, h3 {
letter-spacing: $title-letter-spacing
}
p {
letter-spacing: $body-letter-spacing
}
@media screen and (max-width: 600px) {
width: 90vw
}
}
</style>
<style lang="stylus" scoped>
@import "../theme.styl"
input[type="text"] {
margin-bottom: 10px
}
</style>