Skip to content

Commit

Permalink
Fix alignment issues in mobile and tablet modes
Browse files Browse the repository at this point in the history
  • Loading branch information
gawandeabhishek committed Mar 28, 2024
1 parent 5fdc53f commit 81532b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StepHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default {
padding-left: calc(var(--step-left-padding) + var(--counter-size));
margin-bottom: 0.5rem;
&::before {
top: 1rem;
top: 1.2rem;
}
}
.step-header__caption {
Expand Down

0 comments on commit 81532b8

Please sign in to comment.