Skip to content

Commit 7ddc3fc

Browse files
committed
overflow auto no carrossel
1 parent ec0d685 commit 7ddc3fc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

app/static/css/main/depoimentos.css

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ padding-bottom: 30px;
1212
}
1313

1414

15-
.card--carrossel {
16-
display: flex;
17-
}
18-
1915
.reviews--title {
2016
text-align: center;
2117
margin-bottom: 20px;
@@ -34,7 +30,8 @@ padding-bottom: 30px;
3430

3531
.card--carrossel {
3632
display: flex;
37-
transition: transform 0.5s ease;
33+
transition: transform 0.5s ease;
34+
overflow: auto;
3835
}
3936

4037
.review-card {

0 commit comments

Comments
 (0)