Skip to content

Commit

Permalink
fix(micro-journeys): make character size match comps; fix safari conn…
Browse files Browse the repository at this point in the history
…ection bug
  • Loading branch information
glassdimly committed Jan 14, 2020
1 parent 7cdd849 commit 53aa026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/experimental/micro-journeys/src/character.scss
Expand Up @@ -9,6 +9,7 @@ bolt-svg-animations {
width: 100%;
}

bolt-character > bolt-animate,
bolt-animate[slot="connection"] {
display: block;
}
Expand Down Expand Up @@ -53,7 +54,7 @@ bolt-animate[slot="connection"] {
}

&--medium {
$width: 75px;
$width: 80px;

.c-bolt-character__main-image--wrapper {
width: $width;
Expand Down

0 comments on commit 53aa026

Please sign in to comment.