summaryrefslogtreecommitdiff
path: root/stylesheets/membre.css
blob: 44f34add840167204d5daca7ef41bb4de700d2d3 (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
main {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#bio {
    justify-self: center;
    margin-right: 0.5em;
}

#bio h1 {
    text-transform: uppercase;
    color: var(--member-h1);
}

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

#bio dt {
    font-weight: bold;
    color: var(--member-dt);
}

#bio dd {
    margin-left: 0;
}

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

#photo img {
    width: 100%;
    background-size: cover;
}