This commit is contained in:
syuilo 2018-03-19 23:27:34 +09:00
parent e4feebf59e
commit 0823ea7f76

View file

@ -117,6 +117,8 @@ export default Vue.extend({
<style lang="stylus" scoped> <style lang="stylus" scoped>
@import '~const.styl' @import '~const.styl'
@import url('https://fonts.googleapis.com/css?family=Sarpanch:700')
.mk-welcome .mk-welcome
display flex display flex
flex-direction column flex-direction column
@ -164,8 +166,11 @@ export default Vue.extend({
> h1 > h1
margin 0 margin 0
font-weight bold font-weight bold
font-variant small-caps //font-variant small-caps
letter-spacing 12px letter-spacing 12px
font-family 'Sarpanch', sans-serif
font-size 42px
line-height 48px
> .cursor > .cursor
animation cursor 1s infinite linear both animation cursor 1s infinite linear both
@ -177,7 +182,7 @@ export default Vue.extend({
opacity 0 opacity 0
> p > p
margin 0.5em 0 margin 1em 0
line-height 2em line-height 2em
button button