Skip to content

Commit

Permalink
Breakponit for desktop in welcome view
Browse files Browse the repository at this point in the history
  • Loading branch information
nayarahilton committed Nov 14, 2017
1 parent 0ec8618 commit 5f11af4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/views/WelcomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
<style lang="stylus" scoped>
@import '../assets/styles/_mixins'
@import '../assets/styles/_colors'
$header-height = 56px
$border-radius = 10px
Expand All @@ -76,11 +76,14 @@ export default {
box-sizing border-box
display flex
flex-direction column
justify-content space-between
align-items center
text-align center
color #ffffff
height 100vh
justify-content space-between
@media (min-width 768px)
justify-content space-around
.link
color #ffffff
Expand All @@ -89,13 +92,16 @@ export default {
height 120px
.title
font-size 20px
line-height 24px
font-weight 300
max-width 250px
@media (min-width 768px)
max-width 450px
font-size 40px
line-height 54px
.btn-holder
width 100%
@media (max-width 768px)
max-width 250px
font-size 20px
line-height 24px
.login-holder
display flex
Expand Down

0 comments on commit 5f11af4

Please sign in to comment.