refining responsive
This commit is contained in:
parent
8fc4f79e4c
commit
d80bdeb79e
|
|
@ -1,10 +1,12 @@
|
||||||
.parcours-renovateur {
|
.parcours-renovateur {
|
||||||
@apply relative;
|
@apply relative;
|
||||||
&:before {
|
@screen lg {
|
||||||
@apply block absolute w-10 h-full rounded-full bg-secondary opacity-10;
|
&:before {
|
||||||
z-index: -1;
|
@apply block absolute w-10 h-full rounded-full bg-secondary opacity-10;
|
||||||
content: '';
|
z-index: -1;
|
||||||
left: 50%;
|
content: '';
|
||||||
transform: translateX(-50%);
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user