34e7b599 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f1e2bd93
......@@ -18456,7 +18456,7 @@ ul.sf_date_field .sf-datepicker {
#full-width-page-wrapper {
margin: 0.625rem 1.875rem 0 1.875rem;
min-height: 50vh;
min-height: 20vh;
padding-bottom: 0px;
}
#full-width-page-wrapper .breadcrumb {
......@@ -19110,11 +19110,14 @@ ul.sf_date_field .sf-datepicker {
align-items: center;
margin: 0 auto;
overflow: hidden;
width: 99%;
}
@media only screen and (max-width: 67.063rem) {
.carousel-items {
overflow: scroll;
height: 300px;
width: 99%;
margin-left: 0%;
}
}
......@@ -19139,14 +19142,14 @@ ul.sf_date_field .sf-datepicker {
.promo-image {
min-height: 186px !important;
max-height: 186px !important;
max-width: 340px;
min-width: 340px;
max-width: 316px;
min-width: 316px;
}
}
@media only screen and (max-width: 500px) {
.promo-image {
max-width: 80vw;
min-width: 80vw;
max-width: calc(85vw - 24px);
min-width: calc(85vw - 24px);
}
}
.promo-image img {
......@@ -19322,14 +19325,14 @@ ul.sf_date_field .sf-datepicker {
max-height: 186px !important;
max-width: 340px;
min-width: 340px;
margin-right: 24px;
margin-right: 0px;
}
}
@media only screen and (max-width: 500px) {
.swiper-slide {
max-width: 80vw;
min-width: 80vw;
margin-right: 24px;
max-width: 85vw;
min-width: 85vw;
margin-right: 0px;
}
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -26,10 +26,12 @@
//max-width: 75rem;
margin: 0 auto;
overflow: hidden;
width: 99%;
@media only screen and (max-width:67.063rem) {
overflow: scroll;
height: 300px;
width: 99%;
margin-left: 0%;
}
}
......@@ -56,12 +58,12 @@
@media only screen and (max-width:1073px) {
min-height: 186px !important;
max-height: 186px !important;
max-width: 340px;
min-width: 340px;
max-width: 316px;
min-width: 316px;
}
@media only screen and (max-width: 500px) {
max-width: 80vw;
min-width: 80vw;
max-width: calc(85vw - 24px);
min-width: calc(85vw - 24px);
}
......@@ -263,12 +265,12 @@
max-height: 186px !important;
max-width: 340px;
min-width: 340px;
margin-right: 24px;
margin-right: 0px;
}
@media only screen and (max-width: 500px) {
max-width: 80vw;
min-width: 80vw;
margin-right: 24px;
max-width: 85vw;
min-width: 85vw;
margin-right: 0px;
}
......
......@@ -257,7 +257,7 @@
#full-width-page-wrapper{
margin: 0.625rem 1.875rem 0 1.875rem;
min-height: 50vh;
min-height: 20vh;
padding-bottom: 0px;
@media(max-width: 48rem) {
// margin: 2.5rem 2.5rem 0 2.5rem;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.22
Version: 1.0.23
*/
\ No newline at end of file
......