Skip to content

IDP landing page fix #15277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions layouts/product/internal-developer-platforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
{{ if .Params.demo_video }}
<section id="demo-video" class="container mx-auto my-16 flex flex-col">
<div class="flex flex-col lg:flex-row px-8">
<div class="w-full lg:w-1/2 lg:pr-8 order-last lg:order-first">
<h2 class="text-2xl mb-4">Accelerate Cloud Delivery</h2>
<div class="w-full lg:w-1/2 lg:pr-8 order-last lg:order-first flex flex-col justify-center">
<h5 class="text-gray-600 text-xl">{{ .Params.overview.description | markdownify }}</h5>
<div class="mt-8 text-center">
<a href="{{ .Params.overview.link }}" class="btn-primary">{{ .Params.overview.cta}}</a>
Expand Down
Loading