diff --git a/ui-manchette/src/styles/waypoint-list.css b/ui-manchette/src/styles/waypoint-list.css index 1835f726e..0c479985f 100644 --- a/ui-manchette/src/styles/waypoint-list.css +++ b/ui-manchette/src/styles/waypoint-list.css @@ -8,7 +8,7 @@ .waypoint-wrapper:last-child { .waypoint { &::after { - bottom: 16px; + bottom: 15.5px; } } } diff --git a/ui-manchette/src/styles/waypoint.css b/ui-manchette/src/styles/waypoint.css index 8c9dbafe6..07d601555 100644 --- a/ui-manchette/src/styles/waypoint.css +++ b/ui-manchette/src/styles/waypoint.css @@ -16,10 +16,10 @@ &::after { content: ''; position: absolute; - bottom: 11px; + bottom: 10.5px; left: 0; width: 100%; - height: 0.5px; + height: 1px; @apply bg-grey-40; } } @@ -89,10 +89,10 @@ content: ''; position: absolute; display: inline-block; - bottom: 16px; + bottom: 15.5px; right: -1.625rem; width: 1.625rem; - height: 0.5px; + height: 1px; opacity: 0.6; @apply bg-grey-40; }