-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsiveness.css
More file actions
47 lines (46 loc) · 1.12 KB
/
responsiveness.css
File metadata and controls
47 lines (46 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@media (min-width:200px) and (max-width:991px) {
.services .pagarrs{
font-size: 16px;
width: 90%;
}
.specialities{
.owl-carousel{
width: 180% !important;
.owl-nav{
justify-content: start !important;
right: -33% !important;
}
}
.item{
width: 500px !important;
margin: 1rem !important;
.card{
padding: initial 2rem !important;
}
}
}
.testimonials{
.testimonial{
font-size: 40px;
width: 100% !important;
}
.pagarrs{
width: 100%;
}
.owl-carousel2{
.testimonial-card{
flex-direction: column !important;
img{
width: 50% !important;
margin: 0 auto !important;
}
}
}
}
.faq{
.testimonial{
font-size: 40px;
text-align: center !important;
}
}
}