Skip to content

Commit 49dec4f

Browse files
authored
style: increase Amadeus logo prominence in lodging section (Universal-Commerce-Protocol#488)
1 parent 9b708fa commit 49dec4f

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/stylesheets/custom.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,10 @@ p.hero-description {
310310
max-height: 45px;
311311
}
312312

313-
.partner-logo img[src*="Amadeus"],
313+
.partner-logo img[src*="Amadeus"] {
314+
max-height: 62px;
315+
}
316+
314317
.partner-logo img[src*="Block"],
315318
.partner-logo img[src*="Booking"],
316319
.partner-logo img[src*="Choice"],
@@ -358,6 +361,12 @@ p.hero-description {
358361
padding: 0;
359362
}
360363

364+
.lodging-logos .partner-logo img[src*="Amadeus"] {
365+
height: 60px;
366+
width: 170px;
367+
max-width: 170px;
368+
}
369+
361370
.tab-action-container {
362371
text-align: center;
363372
margin-top: 24px;
@@ -395,9 +404,11 @@ p.hero-description {
395404
height: 30px;
396405
}
397406

398-
/* Specific override for Amadeus to make it smaller */
407+
/* Make Amadeus more prominent in Lodging */
399408
.lodging-logos .partner-logo img[src*="Amadeus"] {
400-
height: 25px;
409+
height: 60px;
410+
width: 170px;
411+
max-width: 170px;
401412
}
402413

403414
/* Increase Google slightly in Lodging */

0 commit comments

Comments
 (0)