Fixed wrong padding

This commit is contained in:
Eduard Urbach 2017-11-21 18:16:13 +01:00
parent 6b02c4ae36
commit c17642a44d

View File

@ -51,7 +51,7 @@ profile-boot-duration = 2s
.profile .profile
horizontal horizontal
align-items flex-start align-items flex-start
.profile-field .profile-field
text-align left text-align left
@ -60,6 +60,7 @@ profile-boot-duration = 2s
margin-top 0 margin-top 0
padding content-padding padding content-padding
padding-top 0 padding-top 0
padding-bottom 0
padding-left calc(content-padding * 2) padding-left calc(content-padding * 2)
max-width 900px max-width 900px
@ -69,14 +70,14 @@ profile-boot-duration = 2s
right 0 right 0
padding content-padding padding content-padding
margin-top 0 margin-top 0
.profile-pro-status .profile-pro-status
position absolute position absolute
right 0 right 0
bottom 0 bottom 0
padding content-padding padding content-padding
margin-top 0 margin-top 0
// .profile-pro-status-text // .profile-pro-status-text
// display none // display none
@ -98,7 +99,7 @@ profile-boot-duration = 2s
object-fit cover object-fit cover
// background-size cover // background-size cover
overflow hidden overflow hidden
// default-transition // default-transition
// animation cover-animation profile-boot-duration // animation cover-animation profile-boot-duration
// animation-fill-mode forwards // animation-fill-mode forwards