mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 13:38:31 +00:00
Fix error UI
The location of dot is not correctly
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user