File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ const SavingSolutions = [
192
192
193
193
const SavingsPage = ( ) => (
194
194
< MainLayout theme = "gray" >
195
- < Hero { ...heroContent } imageStyle = "h-auto lg:w-[280px ] mx-auto" />
196
- < BulletSection { ...sectionContent1 } className = "mt-10 md:mt-20 lg:mt-32 " />
195
+ < Hero { ...heroContent } imageStyle = "h-auto lg:w-[200px ] mx-auto" />
196
+ < BulletSection { ...sectionContent1 } className = "my- md:my-2 lg:my-2 " />
197
197
< Testimonial { ...EccoTestimonial } className = "my-10 md:my-20 lg:my-32" />
198
198
< Heading tag = "h2" className = "mt-10 md:mt-20 lg:mt-32 text-center dark:text-white text-black" >
199
199
How Cilium Saves Money and Carbon
Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ const AutomationSolutions = [
231
231
232
232
const NetworkAutomationPage = ( ) => (
233
233
< MainLayout theme = "gray" >
234
- < Hero { ...heroContent } imageStyle = "h-auto lg:w-[300px ] mx-auto" />
235
- < Testimonial { ...GDataTestimonial } className = "my-10 md:my-20 lg:my-32 " />
234
+ < Hero { ...heroContent } imageStyle = "h-auto lg:w-[200px ] mx-auto self-center " />
235
+ < Testimonial { ...GDataTestimonial } className = "my- md:my-2 lg:my-2 " />
236
236
< BulletSection { ...sectionContent1 } className = "mt-10 md:mt-20 lg:mt-32" />
237
237
< Testimonial { ...IlionxTestimonial } className = "mt-10 md:mt-20 lg:mt-32" />
238
238
< Heading tag = "h2" className = "mt-10 md:mt-20 lg:mt-32 text-center dark:text-white text-black" >
Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ const zeroTrustSolutions = [
237
237
238
238
const ZeroTrustNetworkingPage = ( ) => (
239
239
< MainLayout theme = "gray" >
240
- < Hero { ...heroContent } imageStyle = "h-auto lg:w-[400px ] self-center" />
241
- < Testimonial { ...ws02Testimonial } className = "mt-10 md:mt-20 lg:mt-32 " />
240
+ < Hero { ...heroContent } imageStyle = "h-auto lg:w-[300px ] self-center" />
241
+ < Testimonial { ...ws02Testimonial } className = "my- md:my-2 lg:my-2 " />
242
242
< BulletSection { ...sectionContent1 } className = "mt-10 md:mt-20 lg:mt-32" />
243
243
< Heading tag = "h2" className = "mt-10 md:mt-20 lg:mt-32 text-center dark:text-white text-black" >
244
244
How Cilium scales Zero Trust Networking
@@ -272,4 +272,3 @@ export const Head = ({ location: { pathname } }) => {
272
272
} ;
273
273
return < SEO data = { pageMetadata } /> ;
274
274
} ;
275
-
You can’t perform that action at this time.
0 commit comments