Newer
Older
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
/* Interviewee template largeImageTop */
.quiqqer-interview-control-interviewee-template__largeImageTop .quiqqer-interview-control-interviewee-image {
margin-bottom: var(--spacing, 1rem);
}
.quiqqer-interview-control-interviewee-template__largeImageTop .quiqqer-interview-control-interviewee-image img {
object-fit: cover;
border-radius: 50%;
aspect-ratio: 1 / 1;
height: auto;
}
.quiqqer-interview-control-interviewee-template__largeImageTop .quiqqer-interview-control-interviewee-short {
margin-top: var(--spacing, 1rem);
}
/* Interviewee template largeImageLeft */
.quiqqer-blog-control-author-template__largeImageLeft {
display: flex;
}
.quiqqer-blog-control-author-template__largeImageLeft .quiqqer-blog-control-author-image {
margin-right: var(--spacing, 1rem);
width: 120px;
}
.quiqqer-blog-control-author-template__largeImageLeft .quiqqer-blog-control-author-image img {
object-fit: cover;
border-radius: 50%;
aspect-ratio: 1 / 1;
height: auto;
}
/* Interviewee template smallImageLeft */
.quiqqer-blog-control-author-template__smallImageLeft {
display: flex;
}
.quiqqer-blog-control-author-template__smallImageLeft .quiqqer-blog-control-author-image {
margin-right: var(--spacing, 1rem);
}
.quiqqer-blog-control-author-template__smallImageLeft .quiqqer-blog-control-author-image img {
object-fit: cover;
border-radius: 50%;
aspect-ratio: 1 / 1;
height: 30px;
width: 30px;
}