We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d057b commit e1e9915Copy full SHA for e1e9915
layouts/product/internal-developer-platforms.html
@@ -8,8 +8,7 @@
8
{{ if .Params.demo_video }}
9
<section id="demo-video" class="container mx-auto my-16 flex flex-col">
10
<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>
+ <div class="w-full lg:w-1/2 lg:pr-8 order-last lg:order-first flex flex-col justify-center">
13
<h5 class="text-gray-600 text-xl">{{ .Params.overview.description | markdownify }}</h5>
14
<div class="mt-8 text-center">
15
<a href="{{ .Params.overview.link }}" class="btn-primary">{{ .Params.overview.cta}}</a>
0 commit comments