Skip to content

Commit 5242215

Browse files
authored
Merge pull request #293 from LibreSign/feature/expand-view-text-customer-comments
expand view to text of customer comments
2 parents 598bc7d + d84ca5e commit 5242215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_assets/scss/_testimonials.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
.testimonial-container {
116116
padding: 0 10vw;
117117
display: flex;
118-
overflow-x: auto;
118+
overflow-x:auto;
119119
scroll-behavior: smooth;
120120
}
121121

@@ -136,7 +136,7 @@
136136
.testimonial-card {
137137
flex: 0 0 auto;
138138
width: 250px;
139-
height: 450px;
139+
height: 550px;
140140
margin-right: 40px;
141141
}
142142

0 commit comments

Comments
 (0)