master
CandiceSong 4 years ago
parent b5dfbcf463
commit d01fd15a7a

@ -2820,7 +2820,7 @@ img.highlightsimgtop {
margin-top: -20px;
font-family: 'raleway regular';
}
.inquirybutton { position: fixed;
.inquirybutton { position: fixed !important;
width: 40%;}
.footerBtn button { width: 25%;}
.infobottom {
@ -3240,6 +3240,7 @@ width: auto;
color: #fff;
clear: both;
padding: 50px 25px;
position: relative;
}
img.bottomlogocenter {display: block; margin: 0 auto;}
.bottomlogoinfo {color: #fff;
@ -3262,6 +3263,7 @@ width: auto;
padding-left: 160px;
padding-top: 15px;
line-height: 20px;
position: relative;
}
.hidden-xs {
display: none !important

@ -56,7 +56,7 @@ table.itinerarytable th { background: #f4f4f4; padding: 15px 10px; border: 1px s
background: #fff;
color: #fff;
font-size: 20px;
position: sticky;
position: fixed;
text-align: center;
bottom: 0;
padding: 10px 0;
@ -483,7 +483,7 @@ h1.formertop10 { font-size: 22px;
}
@media (max-width:750px) {
.inquirybutton { width: 100%;}
h1.formertop10 {margin-top: 0;
padding: 0;}
.formerSubTitle { line-height: 30px;

Loading…
Cancel
Save