Skip to content

Commit a8f07b6

Browse files
committed
modify width of iframe
1 parent 1e1e016 commit a8f07b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/en/docs/setup/production-environment/turnkey-solutions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: Turnkey Solutions
2+
title: Turnkey Cloud Solutions
33
content_type: concept
44
weight: 30
55
---
66
<!-- overview -->
77

8-
This page provides a list of Kubernetes certified solution providers.
8+
This page provides a list of Kubernetes certified solution providers. From each
9+
provider page, you can learn how to install and setup production
10+
ready clusters.
911

1012
<!-- body -->
1113

layouts/shortcodes/cncf-landscape.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{{- end -}}
5959
<div id="frameHolder">
6060
{{ if ( .Get "category" ) }}
61-
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/category={{ .Get "category" }}&format=logo-mode&grouping=category&embed=yes"></iframe>
61+
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/category={{ .Get "category" }}&format=logo-mode&grouping=category&embed=yes" style="width: 1px; min-width: 100%"></iframe>
6262
{{ else }}
6363
<iframe frameborder="0" id="landscape" scrolling="no" src="https://landscape.cncf.io/format=logo-mode;embed=yes" style="width: 1px; min-width: 100%" title="CNCF Landscape"></iframe>
6464
{{ end }}

0 commit comments

Comments
 (0)