Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/src/scss/testimonial.scss
Tony Volpe 706f089d5e add theme
2024-06-18 16:47:10 -04:00

18 lines
421 B
SCSS

.testimonial-slice-container {
.testimonial-img {
border-radius: 50%;
width: 300px;
height: 300px;
object-fit: cover;
}
.testimonial-inner-content-wrapper {
.testimonial-title {
font-size: 32px;
font-weight: bold;
font-style: italic;
}
.testimonial-quote-attribution {
text-align: right;
}
}
}