React-SaaS-sample/src/components/Testimonials.scss
Ruidy Nemausat d501c9d04f template
2019-11-02 20:18:05 +01:00

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;
}
}