summaryrefslogtreecommitdiff
path: root/stylesheets/légal.css
blob: 04c8775c98a5eea35beee636eb6dddae89b74310 (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: 40em) {
    main {
        max-width: 55em;
        justify-self: center;
        font-size: 1rem;
    }

}