summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web/header.styl
blob: 147c9e3d3afba9dd70c2d47b37407382c224299e (plain) (blame)
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
.header {
  text-align: center
  font-style: normal
}

.header__name {
  font-size: 3.3em
  margin-bottom: 0.1em
}

.header__job-title {
  font-style: italic
}

.header__contact-info {
  font-style: normal
}

.header__contact-info__location {
  display: block
  font-style: italic
  margin-bottom: 1em
}

.header__contact-info__tel,
.header__contact-info__website {
  display: none
}

.header__contact-info__email,
.header__contact-info__srht,
.header__contact-info__github,
.header__contact-info__stackoverflow,
.header__contact-info__linkedin {
  display: inline
}