dfcaf3cb by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent cfbf8cf6
...@@ -20442,6 +20442,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20442,6 +20442,7 @@ ul.sf_date_field .sf-datepicker {
20442 @media only screen and (max-width: 67.063rem) { 20442 @media only screen and (max-width: 67.063rem) {
20443 .carousel-items { 20443 .carousel-items {
20444 overflow: scroll; 20444 overflow: scroll;
20445 height: 300px;
20445 } 20446 }
20446 } 20447 }
20447 20448
......
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.
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
29 29
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 } 33 }
33 34
34 } 35 }
......
...@@ -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.5306 5 Version: 1.0.5307
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......