fix: testimonial cards height and shadows
This commit is contained in:
@@ -1397,8 +1397,10 @@ pre {
|
||||
|
||||
.testimonial-card {
|
||||
flex-direction: column;
|
||||
padding: 1rem 1rem 2rem;
|
||||
padding: 1rem;
|
||||
height: 100%;
|
||||
margin-right: 0.25rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.testimonial-author {
|
||||
@@ -1410,6 +1412,10 @@ pre {
|
||||
|
||||
.testimonial-review {
|
||||
color: var(--text-color-dark);
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.testimonial-profession {
|
||||
|
||||
Reference in New Issue
Block a user