Skip to content

Commit 129d01a

Browse files
committed
responsive for desktop screens
1 parent 803d761 commit 129d01a

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

ims-tm.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h4>Fundamentals of IMS TM Part 1</h4>
319319
<a href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+1/0_h8f13l3q/139456202"
320320
target="_blank" rel="noopener noreferrer" aria-label="Watch now: Fundamentals of IMS TM Part 1">Watch now →</a>
321321
<div class="vid-pv">
322-
<div class="vid-margin">
322+
<div>
323323
<a href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+1/0_h8f13l3q/139456202"
324324
target="_blank" rel="noopener noreferrer" aria-label="Watch Fundamentals of IMS TM Part 1">
325325
<img src="wp-content/tm/video-cover-intro-tm-pt1.png" class="image-preview" alt="Fundamentals of IMS TM Part 1 video preview">
@@ -335,7 +335,7 @@ <h4>Fundamentals of IMS TM Part 2</h4>
335335
<a href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+2/0_it2vxrks/139456202"
336336
target="_blank" rel="noopener noreferrer" aria-label="Watch now: Fundamnetals of IMS TM Part 2">Watch now →</a>
337337
<div class="vid-pv">
338-
<div class="vid-margin">
338+
<div>
339339
<a href="https://mediacenter.ibm.com/media/Intro+to+IMS+-+Fundamentals+of+IMS+TM+Part+1/0_h8f13l3q/139456202"
340340
target="_blank" rel="noopener noreferrer" aria-label="Watch Fundamentals of IMS TM Part 2">
341341
<img src="wp-content/tm/video-cover-intro-tm-pt2.png" class="image-preview" alt="Fundamentals of IMS TM Part 2 video preview">
@@ -398,6 +398,7 @@ <h1>4</h1>
398398
<div class="zs-section">
399399
<div class="pure-u-1">
400400
<div class="pure-g">
401+
<!-- Speedy transaction -->
401402
<div class="pure-u-1-3">
402403
<div class="pure-u-3-4">
403404
<h3>Speedy transactions</h3>
@@ -413,8 +414,8 @@ <h3>Speedy transactions</h3>
413414
target="_blank" rel="noopener noreferrer" aria-label="Learn more about IMS TM speedy transactions">Learn more →</a>
414415
</div>
415416
</div>
416-
<!-- mid contents -->
417-
<div class="pure-u-1-3 resource-card">
417+
<!-- Ways to work -->
418+
<div class="pure-u-1-3">
418419
<div class="pure-u-3-4">
419420
<h3>Ways to work</h3>
420421
<p>Use Red Hat® Ansible® and Red Hat® OpenShift® through digitally transformed ways of working, developing,
@@ -427,8 +428,8 @@ <h3>Ways to work</h3>
427428
target="_blank" rel="noopener noreferrer" aria-label="Learn more about ways to work with IMS TM">Learn more →</a>
428429
</div>
429430
</div>
430-
<!-- right contents -->
431-
<div class="pure-u-1-3 resource-card">
431+
<!-- Ways to connect -->
432+
<div class="pure-u-1-3">
432433
<div class="pure-u-3-4">
433434
<h3>Ways to connect</h3>
434435
<p>Take advantage of not just TCP/IP but RESTful APIs that access IMS™ applications and data in minutes.</p>

wp-includes/css/pages/tm.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@
4747

4848
.vid-pv {
4949
float: right;
50-
}
51-
52-
.vid-pv div {
53-
margin-top: 30px;
50+
margin-top: 20px;
5451
position: relative;
5552
}
5653

@@ -90,7 +87,6 @@
9087
}
9188

9289
.benefits-section img {
93-
/* height: 200px; */
9490
width: 300px;
9591
margin: 20px 0px;
9692
}
@@ -166,4 +162,11 @@
166162
.blog-card a {
167163
color: #78A9FF;
168164
font-size: 18px;
165+
}
166+
167+
/* MEDIA QUERIES */
168+
@media screen and (max-width: 1024px) {
169+
.benefits-section img {
170+
width: 200px;
171+
}
169172
}

0 commit comments

Comments
 (0)