18 lines
421 B
SCSS
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;
|
|
}
|
|
}
|
|
} |