Skip to content

Commit c3ceb2e

Browse files
committed
styling fixes for spacing and responsiveness
1 parent 15a33fa commit c3ceb2e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

ims-db.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,12 @@ <h3>
275275
<!-- =========================== z/OS DDL utility =========================== -->
276276
<section class="light-gray-bg pure-g">
277277
<!-- Managed ACBs -->
278-
<div class="pure-u-1 section-header">
278+
<div class="pure-u-1 section-header pure-g-pad-v">
279279
<h2>IMS Native z/OS DDL utility</h2>
280-
<p>DDL provides for three intuitive and easy to use verbs: CREATE, ALTER, and DROP. The language is so popular that it has become the de facto industry standard.</p>
280+
<div>
281+
<p>DDL provides for three intuitive and easy to use verbs: CREATE, ALTER, and DROP. The language is so popular that it has become the de facto industry standard.</p>
281282
<p>Starting with IMS 15.3, you can use the IMS Data Definition utility to submit DDL. This utility does not require IMS Connect and ODBM, and runs in a BMP region of IMS.</p>
283+
</div>
282284
</div>
283285
<!-- More resources -->
284286
<div class="pure-u-1 section-header">
@@ -355,7 +357,7 @@ <h2>IMS blogs</h2>
355357
</div>
356358
<div class="pure-u-1 pure-u-md-2-3">
357359
<div class="pure-g pure-g-pad">
358-
<div class="pure-u-1 pure-u-sm-1-2">
360+
<div class="pure-u-1 pure-u-lg-1-2">
359361
<h3>IMS Database: versatile, powerful, and still running the world</h3>
360362
<p>
361363
Some 2000 customers worldwide use IBM IMS. And not just on
@@ -369,7 +371,7 @@ <h3>IMS Database: versatile, powerful, and still running the world</h3>
369371
Read the blog →
370372
</a>
371373
</div>
372-
<div class="pure-u-1 pure-u-sm-1-2">
374+
<div class="pure-u-1 pure-u-lg-1-2">
373375
<h3>
374376
Rediscover why enterprises trust IMS DB to manage their
375377
critical data

wp-includes/css/page.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ h6 {
8080

8181
.white-bg a {
8282
color: var(--blue);
83+
font-size: var(--plex-18);
8384
}
8485

8586
.white-bg h3, .white-bg h4 {
@@ -98,6 +99,7 @@ h6 {
9899

99100
.gray-bg a, .light-gray-bg a {
100101
color: var(--blue);
102+
font-size: var(--plex-18);
101103
}
102104

103105
.gray-bg h3, .gray-bg h4, .light-gray-bg h3, .light-gray-bg h4 {

0 commit comments

Comments
 (0)