Changing funnel-header component styling from height to padding to avoid jumping on animations

This commit is contained in:
Max 2022-02-22 15:28:20 -05:00
parent 2e26ddba39
commit f6b754b1b9
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ export default {
<style lang="scss" scoped>
.funnel-header {
height: 56px;
padding: 0.97rem 0;
}
.logo-image {

View file

@ -1,6 +1,6 @@
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.3s 2s ease;
transition: opacity 0.3s ease;
}
.fade-enter-from,