Fix error UI

The location of dot is not correctly
This commit is contained in:
2023-07-21 14:49:07 +07:00
parent 7163bbf721
commit c5cb29edbc
@@ -1,3 +1,7 @@
.secondary-text {
position: relative;
}
.welcome { .welcome {
@include flex-container(center, column); @include flex-container(center, column);
margin: auto; margin: auto;
@@ -85,7 +89,7 @@
} }
&__underline-img-container { &__underline-img-container {
margin-top: 12px; @include setAbsoluteAndLocation($bottom: -20px, $left: 0px);
} }
&__description { &__description {
@@ -198,10 +202,6 @@
} }
@media screen and (min-width: 840px) { @media screen and (min-width: 840px) {
.secondary-text {
position: relative;
}
.welcome { .welcome {
@include flex-container( @include flex-container(
$flex-direction: row-reverse, $flex-direction: row-reverse,