File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 5050
5151 <!-- Teaser cards section -->
5252 {#if home .cards .length }
53- <section class ="col-span-12 my-16 md:my-24 lg:my-32" use:animate ={{ delay : 200 }}>
53+ <section
54+ class =" col-span-12 col-start-1 lg:col-span-12 lg:col-start-1 xl:col-span-8 xl:col-start-3 my-16 md:my-24 lg:my-32"
55+ use:animate ={{ delay : 200 }}
56+ >
5457 {#if home .cards_headline }
5558 <div class =" grid grid-cols-12" >
5659 <h2
Original file line number Diff line number Diff line change 2626 </section >
2727
2828 {#if about .members .length }
29- <section class ="col-span-12 my-16 md:my-24 lg:my-32" use:animate ={{ delay : 200 }}>
29+ <section
30+ class =" col-span-12 col-start-1 lg:col-span-12 lg:col-start-1 xl:col-span-8 xl:col-start-3 my-16 md:my-24 lg:my-32"
31+ use:animate ={{ delay : 200 }}
32+ >
3033 {#if about .members_headline }
3134 <div class =" grid grid-cols-12" >
3235 <h2
You can’t perform that action at this time.
0 commit comments