File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed
Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,16 @@ const formationData = timelineCollection
2929 <div >
3030 <slot />
3131 </div >
32- <div class =" timeline" >
33- <Timeline >
34- {
35- formationData .map ((element ) => (
36- <TimelineEntry >
37- <div class = " title" >{ element .title } </div >
38- <p >{ element .text } </p >
39- </TimelineEntry >
40- ))
41- }
42- </Timeline >
43- </div >
32+ <Timeline >
33+ {
34+ formationData .map ((element ) => (
35+ <TimelineEntry >
36+ <div class = " title" >{ element .title } </div >
37+ <p >{ element .text } </p >
38+ </TimelineEntry >
39+ ))
40+ }
41+ </Timeline >
4442</section >
4543
4644<style >
@@ -63,7 +61,7 @@ const formationData = timelineCollection
6361 }
6462
6563 @media screen and (min-width: 1025px) {
66- .timeline {
64+ :global( .timeline) {
6765 margin-top: var(--heading-margin);
6866 }
6967 }
You can’t perform that action at this time.
0 commit comments