fix: new design for testimonial cards

This commit is contained in:
Jannat Patel
2022-06-29 16:05:18 +05:30
parent 041157a85f
commit c9a6c2948e
4 changed files with 47 additions and 21 deletions

View File

@@ -945,8 +945,7 @@ pre {
.testimonial-card {
flex-direction: column;
justify-content: space-between;
padding: 1rem;
padding: 2rem;
height: 100%;
}
@@ -961,6 +960,14 @@ pre {
margin-bottom: 2rem;
}
.testimonial-footer {
display: flex;
align-items: center;
border-top: 1px solid var(--gray-200);
padding-top: 2rem;
margin-top: auto;
}
.testimonial-profession {
font-size: 0.625rem;
}
@@ -986,7 +993,7 @@ pre {
.carousel-control-prev, .carousel-control-next {
width: auto;
top: 30%;
top: 40%;
height: fit-content;
background: white;
border-radius: 50%;