Skip to content

Commit 1d7de24

Browse files
committed
nav menu resizing
1 parent 129d01a commit 1d7de24

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

ims-tm.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ <h5>IMS Database</h5>
187187
<p>IMS Database: fast, secure, reliable.</p>
188188
</div>
189189
</a>
190+
<!-- 5 -->
191+
<a title="Transaction Manager" href="ims-tm.html" class="nav-item" tabindex="-1">
192+
<div class="navcard">
193+
<h5>IMS Transaction Manager</h5>
194+
<p>IMS Transaction Manager: fast, secure, connected.</p>
195+
</div>
196+
</a>
190197
</div>
191198

192199
<!-- Engage -->

wp-includes/css/dropnav.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,21 +382,21 @@ div#tipue_search_warning {
382382
}
383383
}
384384

385-
@media screen and (min-width: 900px) {
385+
@media screen and (min-width: 920px) {
386386
#toggle1:checked ~ .menu1 {
387387
height: 640px;
388388
}
389389
}
390390

391-
@media screen and (min-width: 1060px) {
391+
@media screen and (min-width: 1200px) {
392392
#toggle1:checked ~ .menu1 {
393393
height: 560px;
394394
}
395395
}
396396

397397
@media screen and (min-width: 1460px) {
398398
#toggle1:checked ~ .menu1 {
399-
height: 475px;
399+
height: 500px;
400400
}
401401
}
402402

wp-includes/css/pages/tm.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
}
166166

167167
/* MEDIA QUERIES */
168+
168169
@media screen and (max-width: 1024px) {
169170
.benefits-section img {
170171
width: 200px;

0 commit comments

Comments
 (0)