summaryrefslogtreecommitdiff
path: root/stylesheets/membre.css
blob: fbd3d280de6cf371c07d2e7e09dccc1f78345d42 (plain)
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
main {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    justify-self: center;
    width: 80%;
}

#bio {
    justify-self: center;
}

#bio dt, #bio dd {
    display: inline;
}

#bio dt {
    font-weight: bold;
}

#bio dd {
    margin-left: 0;
}

#bio dl {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#photo {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40vw;
    height: 40vw;
    z-index: -1;
}

#photo img {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
}