Skip to content

Commit 19921e4

Browse files
committed
fix icon sizing
1 parent 9027a6a commit 19921e4

2 files changed

Lines changed: 24 additions & 13 deletions

File tree

ims-devops.html

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,20 @@ <h2>Ansible for IBM Z</h2>
110110
</div>
111111
<div class="pure-u-1 pure-g pure-g-pad">
112112
<div class="pure-u-md-11-24">
113-
<p><a
114-
target="_blank"
115-
rel="noopener noreferrer"
116-
href="https://www.ansible.com/integrations/infrastructure/ibm-zos">
117-
Red Hat Ansible Certified Content for IBM Z
118-
</a>
113+
<p>
114+
Red Hat Ansible Certified Content for IBM Z
119115
helps you connect IBM Z to your wider enterprise automation strategy through the Red Hat® Ansible
120116
Automation Platform ecosystem. IBM Z Ansible content helps enable development and operations
121117
automation through unified workflow orchestration in one easy-to-use platform.
122118
</p>
119+
<p>
120+
<a
121+
target="_blank"
122+
rel="noopener noreferrer"
123+
href="https://www.ansible.com/integrations/infrastructure/ibm-zos">
124+
Get started with Red Hat Ansible Certified Content for IBM Z →
125+
</a>
126+
</p>
123127
</div>
124128
<div class="pure-u-md-11-24">
125129
<p>
@@ -142,8 +146,8 @@ <h2>Ansible for IBM Z</h2>
142146
<section class="light-gray-bg pure-g">
143147
<div class="pure-u-1 pure-g pure-g-pad">
144148
<div class="pure-u-md-11-24">
145-
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="" class="icon">
146-
<h3>IMS collections</h3>
149+
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="" class="icon-xl">
150+
<h2>IMS collections</h2>
147151
<p>
148152
Grab the latest IBM z/OS IMS collections from Galaxy or GitHub. These collections include
149153
modules and sample playbooks that help you automate tasks for IBM IMS.
@@ -166,8 +170,8 @@ <h3>IMS collections</h3>
166170
</p>
167171
</div>
168172
<div class="pure-u-md-11-24">
169-
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="" class="icon">
170-
<h3>Engage with the community</h3>
173+
<img src="wp-content/Icon_IMS collections_AutomationPage.svg" alt="" class="icon-xl">
174+
<h2>Engage with the community</h2>
171175
<p>
172176
See the latest blogs, search forums, learn about events, and more on the
173177
Ansible for IBM Z community.
@@ -195,7 +199,7 @@ <h2>Value</h2>
195199
<div class="pure-u-1 pure-u-sm-1-3">
196200
<div class="pure-g">
197201
<div class="pure-u-1-5 pure-u-md-1">
198-
<img src="wp-content/Icon_Consistency_AutomationPage.svg" alt="" class="icon-sm">
202+
<img src="wp-content/Icon_Consistency_AutomationPage.svg" alt="" class="icon icon-xl">
199203
</div>
200204
<div class="pure-u-4-5 pure-u-md-1">
201205
<h3>Consistency</h3>
@@ -211,7 +215,7 @@ <h3>Consistency</h3>
211215
<div class="pure-u-1 pure-u-sm-1-3">
212216
<div class="pure-g">
213217
<div class="pure-u-1-5 pure-u-md-1">
214-
<img src="wp-content/Icon_Transparency_AutomationPage.svg" alt="" class="icon-sm">
218+
<img src="wp-content/Icon_Transparency_AutomationPage.svg" alt="" class="icon icon-xl">
215219
</div>
216220
<div class="pure-u-4-5 pure-u-md-1">
217221
<h3>Transparency</h3>
@@ -227,7 +231,7 @@ <h3>Transparency</h3>
227231
<div class="pure-u-1 pure-u-sm-1-3">
228232
<div class="pure-g">
229233
<div class="pure-u-1-5 pure-u-md-1">
230-
<img src="wp-content/Icon_Skills_AutomationPage.svg" alt="" class="icon-sm">
234+
<img src="wp-content/Icon_Skills_AutomationPage.svg" alt="" class="icon icon-xl">
231235
</div>
232236
<div class="pure-u-4-5 pure-u-md-1">
233237
<h3>Skills</h3>

wp-includes/css/page.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
--plex-24: 1.5em;
3030
--plex-28: 1.75em;
3131
--plex-36: 2.25em;
32+
--plex-48: 3em;
3233
--plex-72: 4.5em;
3334
--plex-180: 11.25em;
3435
}
@@ -103,6 +104,12 @@
103104
height: var(--plex-28);
104105
}
105106

107+
.icon-xl {
108+
height: var(--plex-36);
109+
max-width: var(--plex-48);
110+
margin-bottom: 1.4em;
111+
}
112+
106113
.icon {
107114
margin-bottom: 0.5em;
108115
}

0 commit comments

Comments
 (0)