handling the component styles
This commit is contained in:
parent
825aa017a9
commit
9ec437ef34
|
|
@ -1,5 +1,5 @@
|
|||
.parcours-chapter {
|
||||
@apply p-4 pb-12 grid;
|
||||
@apply p-4 pt-16 !my-20 grid;
|
||||
grid-template-columns: 42% 16% 42%;
|
||||
&:nth-child(even) {
|
||||
.parcours-chapter__cover {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
@apply block absolute w-10 h-full rounded-full bg-secondary opacity-10;
|
||||
z-index: -1;
|
||||
content: '';
|
||||
left: 49%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user