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
49
50
51
.person
// @extend .card
border: 0
& > a
display: flex
flex-direction: column
&,
& > a
@include media-breakpoint-down(md)
display: block
> div:first-of-type
// @extend .card-body
padding-left: 0
padding-right: 0
@include media-breakpoint-down(md)
float: left
max-width: calc(100% - 6rem)
padding-bottom: 0
padding-top: 0
p
margin-bottom: 0
.avatar
order: 1
width: px2rem(76)
@include media-breakpoint-down(md)
float: right
.name
// @extend .card-title
margin-bottom: 0
@include media-breakpoint-down(md)
font-size: px2rem(22)
a
@include stretched-link
@include link
.name + p
font-size: px2rem(16)
.name ~ .contact
// @extend .small
.persons
// --bs-gutter-y: 3rem
// @extend .row
> *
// @extend .col-md-6
// @extend .col-lg-4