diff --git a/changes/12935-fix-setup-flow-styling b/changes/12935-fix-setup-flow-styling new file mode 100644 index 0000000000..f8e0bde4fb --- /dev/null +++ b/changes/12935-fix-setup-flow-styling @@ -0,0 +1 @@ +* Fixed the styling of the initial setup flow diff --git a/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss b/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss index 3db035de1b..0d96390fce 100644 --- a/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss +++ b/frontend/pages/RegistrationPage/Breadcrumbs/_styles.scss @@ -20,6 +20,7 @@ display: flex; flex-direction: column; align-items: center; + justify-content: center; &::before { content: ""; @@ -31,7 +32,7 @@ left: 90px; @include breakpoint(tablet) { - bottom: 25px; + bottom: 21px; } } @@ -81,7 +82,6 @@ &::after { background-color: transparent; border: 2px solid $core-white; - margin-top: 13px; } } @@ -119,7 +119,6 @@ &::after { background-color: transparent; border: 2px solid $core-white; - margin-top: 13px; } } @@ -160,7 +159,6 @@ &::after { background-color: transparent; border: 2px solid $core-white; - margin-top: 13px; } }