80f7168d by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 90d3fc9a
...@@ -15761,6 +15761,10 @@ ol li ol { ...@@ -15761,6 +15761,10 @@ ol li ol {
15761 font-family: "Chalkduster", sans-serif; 15761 font-family: "Chalkduster", sans-serif;
15762 } 15762 }
15763 15763
15764 .page:not(.page-template-no-title) .testimonials-carousel {
15765 padding-right: 25%;
15766 }
15767
15764 .has-blue-color, 15768 .has-blue-color,
15765 .has-blue-color:visited { 15769 .has-blue-color:visited {
15766 color: #0d6efd; 15770 color: #0d6efd;
......
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.
...@@ -150,3 +150,9 @@ ...@@ -150,3 +150,9 @@
150 150
151 151
152 } 152 }
153
154 .page:not(.page-template-no-title){
155 .testimonials-carousel{
156 padding-right: 25%;
157 }
158 }
...\ No newline at end of file ...\ No newline at end of file
......