Skip to content

Commit e1e9915

Browse files
Refactor layout for internal developer platforms: adjust heading structure and improve flex styling for better alignment. (#15277)
1 parent a0d057b commit e1e9915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/product/internal-developer-platforms.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
{{ if .Params.demo_video }}
99
<section id="demo-video" class="container mx-auto my-16 flex flex-col">
1010
<div class="flex flex-col lg:flex-row px-8">
11-
<div class="w-full lg:w-1/2 lg:pr-8 order-last lg:order-first">
12-
<h2 class="text-2xl mb-4">Accelerate Cloud Delivery</h2>
11+
<div class="w-full lg:w-1/2 lg:pr-8 order-last lg:order-first flex flex-col justify-center">
1312
<h5 class="text-gray-600 text-xl">{{ .Params.overview.description | markdownify }}</h5>
1413
<div class="mt-8 text-center">
1514
<a href="{{ .Params.overview.link }}" class="btn-primary">{{ .Params.overview.cta}}</a>

0 commit comments

Comments
 (0)