blob: ac63fdbfcc6da6b0d791db63b8dfd1427cd93a81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.header__name {
margin-bottom: 0.1rem;
margin-top: 1rem;
font-size: 24pt;
}
.header__tel,
.header__website,
.header__email,
.header__srht,
.header__github,
.header__stackoverflow,
.header__linkedin {
display: inline;
font-size: 8pt;
}
.header__pgp {
display: none;
}
|