mirror of
https://github.com/rjNemo/React-SaaS-sample
synced 2026-06-06 05:06:38 +00:00
28 lines
344 B
SCSS
28 lines
344 B
SCSS
.Testimonials {
|
|
&__card {
|
|
flex-direction: column;
|
|
}
|
|
|
|
&__card-content {
|
|
flex-direction: column;
|
|
height: 100%;
|
|
padding: 1.8rem;
|
|
}
|
|
|
|
&__avatar-wrapper {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
&__quote {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
&__info {
|
|
margin-top: auto;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
&__company {
|
|
margin-top: 3px;
|
|
}
|
|
}
|