diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 7d9f5a3b..13de296e 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -44,5 +44,14 @@ .step-title-poll { font-size: 0.85rem !important; color: $d-neutral !important; + margin-bottom: 0rem; + } + + h2 { + margin-bottom: 0rem; + } + + .step-counter-text { + font-weight: 600; } }