-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCustomersCss.css
More file actions
86 lines (71 loc) · 1.34 KB
/
CustomersCss.css
File metadata and controls
86 lines (71 loc) · 1.34 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
main{
padding-top: 2.5rem;
}
.testimonial{
font-size: 1.2rem;
/* margin: 3rem 0;*/
}
/*.testimonial__list{
widows: 80%;
margin: auto;
}*/
.testimonial__image-container{
width: 100%;
max-width: 40rem;
/*display: inline-block;*/
/*vertical-align: middle;*/
box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.3);
}
.testimonial__image{
width:100%;
vertical-align: top;
}
.testimonial__info{
text-align: right;
padding: 0.9rem;
/*display: inline-block;
vertical-align: middle;
width: 30%;*/
}
#customer-2.testimonial{
text-align: right;
}
#customer-2.testimonial__info{
text-align: left;
}
.testimonial__name {
margin: 0.2rem;
color: #ff5454;
font-size: 2rem;
}
.testimonial__subtitle {
margin: 0;
font-size: 1.1rem;
color: #ccc;
}
.testimonial__subtitle a {
color: inherit;
text-decoration: none;
}
.testimonial__subtitle a:hover,
.testimonial__subtitle a:active {
color: #7a7a7a;
}
.testimonial__text {
margin: 0.2rem;
}
@media (min-width: 40rem) {
.testimonial{
margin: 3rem auto;
max-width: 1500px;
display: flex;
align-items: center;
justify-content: space-around;
}
.testimonial__image-container{
width: 66%;
}
.testimonial__info{
width: 30%;
}
}