Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions docs/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,10 @@ p.hero-description {
max-height: 45px;
}

.partner-logo img[src*="Amadeus"],
.partner-logo img[src*="Amadeus"] {
max-height: 62px;
}

.partner-logo img[src*="Block"],
.partner-logo img[src*="Booking"],
.partner-logo img[src*="Choice"],
Expand Down Expand Up @@ -358,6 +361,12 @@ p.hero-description {
padding: 0;
}

.lodging-logos .partner-logo img[src*="Amadeus"] {
height: 60px;
width: 170px;
max-width: 170px;
}

.tab-action-container {
text-align: center;
margin-top: 24px;
Expand Down Expand Up @@ -395,9 +404,11 @@ p.hero-description {
height: 30px;
}

/* Specific override for Amadeus to make it smaller */
/* Make Amadeus more prominent in Lodging */
.lodging-logos .partner-logo img[src*="Amadeus"] {
height: 25px;
height: 60px;
width: 170px;
max-width: 170px;
}

/* Increase Google slightly in Lodging */
Expand Down
Loading