67b797a2 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 14ce1927
...@@ -15117,7 +15117,7 @@ body { ...@@ -15117,7 +15117,7 @@ body {
15117 max-width: 100vw; 15117 max-width: 100vw;
15118 padding: 0px 34px; 15118 padding: 0px 34px;
15119 margin: auto; 15119 margin: auto;
15120 left: -100%; 15120 left: calc(-100% - 34px);
15121 margin-top: 10px; 15121 margin-top: 10px;
15122 min-height: 100vh; 15122 min-height: 100vh;
15123 background-color: #F0F0F0; 15123 background-color: #F0F0F0;
...@@ -18989,6 +18989,11 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p ...@@ -18989,6 +18989,11 @@ body.pojo-a11y-resize-font-130 span, body.pojo-a11y-resize-font-140 span, body.p
18989 border-radius: 20px 0px 0px 20px; 18989 border-radius: 20px 0px 0px 20px;
18990 display: none; 18990 display: none;
18991 } 18991 }
18992 @media only screen and (max-width: 400px) {
18993 .swiper-button-next {
18994 right: -10px !important;
18995 }
18996 }
18992 .swiper-button-next:after { 18997 .swiper-button-next:after {
18993 content: "" !important; 18998 content: "" !important;
18994 width: 11px; 18999 width: 11px;
......
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.
...@@ -82,7 +82,7 @@ padding: 0px 50px; ...@@ -82,7 +82,7 @@ padding: 0px 50px;
82 82
83 .swiper-button-prev{ 83 .swiper-button-prev{
84 background-color: #EE0000; 84 background-color: #EE0000;
85 85
86 width:35px !important; 86 width:35px !important;
87 height:35px !important; 87 height:35px !important;
88 border: 0px solid #EE0000; 88 border: 0px solid #EE0000;
...@@ -108,7 +108,9 @@ padding: 0px 50px; ...@@ -108,7 +108,9 @@ padding: 0px 50px;
108 background-color: #EE0000; 108 background-color: #EE0000;
109 109
110 right: 5px !important; 110 right: 5px !important;
111 111 @media only screen and (max-width:400px) {
112 right: -10px !important;
113 }
112 width:35px !important; 114 width:35px !important;
113 height:35px !important; 115 height:35px !important;
114 border: 0px solid #EE0000; 116 border: 0px solid #EE0000;
......
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
149 max-width:100vw; 149 max-width:100vw;
150 padding: 0px 34px; 150 padding: 0px 34px;
151 margin: auto; 151 margin: auto;
152 left: -100%; 152 left: calc(-100% - 34px);
153 margin-top: 10px; 153 margin-top: 10px;
154 min-height: 100vh; 154 min-height: 100vh;
155 background-color: #F0F0F0; 155 background-color: #F0F0F0;
......
...@@ -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.15 5 Version: 1.0.16
6 */ 6 */
......