master
CandiceSong 4 years ago
parent b5dfbcf463
commit d01fd15a7a

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

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

Loading…
Cancel
Save