summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_header.scss
blob: 7dd428bade14a36915ce4f7cae6735263d260dbf (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.header {
  text-align: center;
  font-style: normal;
}

.header__ai {
  display: none;
}

.header__name {
  font-size: 3.3rem;
  margin-bottom: -0.2rem;
  clear: right;
  margin-top: 3.3rem;

  @media (max-width: 812px) {
    font-size: 2rem;
    @media (orientation: landscape) {
      font-size: 3.3rem;
    }
  }
}

.header__job-title {
  font-style: italic;
}

.header__contact-info {
  font-style: normal;
}

.header__location {
  display: block;
  font-style: italic;
  margin-bottom: 1rem;
}

.header__website {
  display: none;
}

.header__email,
.header__srht,
.header__github,
.header__stackoverflow,
.header__pgp,
.header__blog,
.header__linkedin {
  display: inline-block;
  margin: 8px;

  @media (max-width: 812px) and (orientation: landscape), (max-width: 375px) {
    font-size: 0.9rem;
  }
}