80f7168d by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 90d3fc9a
......@@ -15761,6 +15761,10 @@ ol li ol {
font-family: "Chalkduster", sans-serif;
}
.page:not(.page-template-no-title) .testimonials-carousel {
padding-right: 25%;
}
.has-blue-color,
.has-blue-color:visited {
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 @@
}
.page:not(.page-template-no-title){
.testimonials-carousel{
padding-right: 25%;
}
}
\ No newline at end of file
......