refining responsive

This commit is contained in:
Antoine M 2024-07-18 14:43:39 +02:00
parent 8fc4f79e4c
commit d80bdeb79e

View File

@ -1,10 +1,12 @@
.parcours-renovateur {
@apply relative;
&:before {
@apply block absolute w-10 h-full rounded-full bg-secondary opacity-10;
z-index: -1;
content: '';
left: 50%;
transform: translateX(-50%);
@screen lg {
&:before {
@apply block absolute w-10 h-full rounded-full bg-secondary opacity-10;
z-index: -1;
content: '';
left: 50%;
transform: translateX(-50%);
}
}
}