summaryrefslogtreecommitdiffstats
path: root/assets/scss/print/_header.scss
blob: 0fef0390c3f5283cb3e72ca60ecca026ca4d7635 (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__website,
.header__email,
.header__srht,
.header__github,
.header__stackoverflow,
.header__blog,
.header__linkedin {
  display: inline;
  font-size: 8pt;
}

.header__pgp {
  display: none;
}