qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
25 additions
and
20 deletions
| ... | @@ -18456,7 +18456,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18456,7 +18456,7 @@ ul.sf_date_field .sf-datepicker { |
| 18456 | 18456 | ||
| 18457 | #full-width-page-wrapper { | 18457 | #full-width-page-wrapper { |
| 18458 | margin: 0.625rem 1.875rem 0 1.875rem; | 18458 | margin: 0.625rem 1.875rem 0 1.875rem; |
| 18459 | min-height: 50vh; | 18459 | min-height: 20vh; |
| 18460 | padding-bottom: 0px; | 18460 | padding-bottom: 0px; |
| 18461 | } | 18461 | } |
| 18462 | #full-width-page-wrapper .breadcrumb { | 18462 | #full-width-page-wrapper .breadcrumb { |
| ... | @@ -19110,11 +19110,14 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19110,11 +19110,14 @@ ul.sf_date_field .sf-datepicker { |
| 19110 | align-items: center; | 19110 | align-items: center; |
| 19111 | margin: 0 auto; | 19111 | margin: 0 auto; |
| 19112 | overflow: hidden; | 19112 | overflow: hidden; |
| 19113 | width: 99%; | ||
| 19113 | } | 19114 | } |
| 19114 | @media only screen and (max-width: 67.063rem) { | 19115 | @media only screen and (max-width: 67.063rem) { |
| 19115 | .carousel-items { | 19116 | .carousel-items { |
| 19116 | overflow: scroll; | 19117 | overflow: scroll; |
| 19117 | height: 300px; | 19118 | height: 300px; |
| 19119 | width: 99%; | ||
| 19120 | margin-left: 0%; | ||
| 19118 | } | 19121 | } |
| 19119 | } | 19122 | } |
| 19120 | 19123 | ||
| ... | @@ -19139,14 +19142,14 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19139,14 +19142,14 @@ ul.sf_date_field .sf-datepicker { |
| 19139 | .promo-image { | 19142 | .promo-image { |
| 19140 | min-height: 186px !important; | 19143 | min-height: 186px !important; |
| 19141 | max-height: 186px !important; | 19144 | max-height: 186px !important; |
| 19142 | max-width: 340px; | 19145 | max-width: 316px; |
| 19143 | min-width: 340px; | 19146 | min-width: 316px; |
| 19144 | } | 19147 | } |
| 19145 | } | 19148 | } |
| 19146 | @media only screen and (max-width: 500px) { | 19149 | @media only screen and (max-width: 500px) { |
| 19147 | .promo-image { | 19150 | .promo-image { |
| 19148 | max-width: 80vw; | 19151 | max-width: calc(85vw - 24px); |
| 19149 | min-width: 80vw; | 19152 | min-width: calc(85vw - 24px); |
| 19150 | } | 19153 | } |
| 19151 | } | 19154 | } |
| 19152 | .promo-image img { | 19155 | .promo-image img { |
| ... | @@ -19322,14 +19325,14 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19322,14 +19325,14 @@ ul.sf_date_field .sf-datepicker { |
| 19322 | max-height: 186px !important; | 19325 | max-height: 186px !important; |
| 19323 | max-width: 340px; | 19326 | max-width: 340px; |
| 19324 | min-width: 340px; | 19327 | min-width: 340px; |
| 19325 | margin-right: 24px; | 19328 | margin-right: 0px; |
| 19326 | } | 19329 | } |
| 19327 | } | 19330 | } |
| 19328 | @media only screen and (max-width: 500px) { | 19331 | @media only screen and (max-width: 500px) { |
| 19329 | .swiper-slide { | 19332 | .swiper-slide { |
| 19330 | max-width: 80vw; | 19333 | max-width: 85vw; |
| 19331 | min-width: 80vw; | 19334 | min-width: 85vw; |
| 19332 | margin-right: 24px; | 19335 | margin-right: 0px; |
| 19333 | } | 19336 | } |
| 19334 | } | 19337 | } |
| 19335 | 19338 | ... | ... |
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 @@ | ... | @@ -26,10 +26,12 @@ |
| 26 | //max-width: 75rem; | 26 | //max-width: 75rem; |
| 27 | margin: 0 auto; | 27 | margin: 0 auto; |
| 28 | overflow: hidden; | 28 | overflow: hidden; |
| 29 | 29 | width: 99%; | |
| 30 | @media only screen and (max-width:67.063rem) { | 30 | @media only screen and (max-width:67.063rem) { |
| 31 | overflow: scroll; | 31 | overflow: scroll; |
| 32 | height: 300px; | 32 | height: 300px; |
| 33 | width: 99%; | ||
| 34 | margin-left: 0%; | ||
| 33 | } | 35 | } |
| 34 | 36 | ||
| 35 | } | 37 | } |
| ... | @@ -56,12 +58,12 @@ | ... | @@ -56,12 +58,12 @@ |
| 56 | @media only screen and (max-width:1073px) { | 58 | @media only screen and (max-width:1073px) { |
| 57 | min-height: 186px !important; | 59 | min-height: 186px !important; |
| 58 | max-height: 186px !important; | 60 | max-height: 186px !important; |
| 59 | max-width: 340px; | 61 | max-width: 316px; |
| 60 | min-width: 340px; | 62 | min-width: 316px; |
| 61 | } | 63 | } |
| 62 | @media only screen and (max-width: 500px) { | 64 | @media only screen and (max-width: 500px) { |
| 63 | max-width: 80vw; | 65 | max-width: calc(85vw - 24px); |
| 64 | min-width: 80vw; | 66 | min-width: calc(85vw - 24px); |
| 65 | } | 67 | } |
| 66 | 68 | ||
| 67 | 69 | ||
| ... | @@ -263,12 +265,12 @@ | ... | @@ -263,12 +265,12 @@ |
| 263 | max-height: 186px !important; | 265 | max-height: 186px !important; |
| 264 | max-width: 340px; | 266 | max-width: 340px; |
| 265 | min-width: 340px; | 267 | min-width: 340px; |
| 266 | margin-right: 24px; | 268 | margin-right: 0px; |
| 267 | } | 269 | } |
| 268 | @media only screen and (max-width: 500px) { | 270 | @media only screen and (max-width: 500px) { |
| 269 | max-width: 80vw; | 271 | max-width: 85vw; |
| 270 | min-width: 80vw; | 272 | min-width: 85vw; |
| 271 | margin-right: 24px; | 273 | margin-right: 0px; |
| 272 | } | 274 | } |
| 273 | 275 | ||
| 274 | 276 | ... | ... |
| ... | @@ -257,7 +257,7 @@ | ... | @@ -257,7 +257,7 @@ |
| 257 | 257 | ||
| 258 | #full-width-page-wrapper{ | 258 | #full-width-page-wrapper{ |
| 259 | margin: 0.625rem 1.875rem 0 1.875rem; | 259 | margin: 0.625rem 1.875rem 0 1.875rem; |
| 260 | min-height: 50vh; | 260 | min-height: 20vh; |
| 261 | padding-bottom: 0px; | 261 | padding-bottom: 0px; |
| 262 | @media(max-width: 48rem) { | 262 | @media(max-width: 48rem) { |
| 263 | // margin: 2.5rem 2.5rem 0 2.5rem; | 263 | // margin: 2.5rem 2.5rem 0 2.5rem; | ... | ... |
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | Theme Name: MSF CA Child | 2 | Theme Name: MSF CA Child |
| 3 | Author: Tenzing Communications | 3 | Author: Tenzing Communications |
| 4 | Template: msf-ca | 4 | Template: msf-ca |
| 5 | Version: 1.0.22 | 5 | Version: 1.0.23 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment