summaryrefslogtreecommitdiff
path: root/stylesheets/légal.css
blob: 9040c6138bfbc9cf3ce14f8156e3ed13412b4a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
main h2 {
    font-size: 1.1em;
}

.icons p {
    display: flex;
}

.icons img {
    margin: 0 .5em;
    width: 2em;
    filter: brightness(0);
}

@media (min-width: 50em) {
    main {
        max-width: 55em;
        justify-self: center;
        font-size: 1rem;
    }

}