summaryrefslogtreecommitdiff
path: root/404/css/main.css
blob: ad791a3b24fd41e9682ec90d8e00f9a5fa10cf5f (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
.content {
  text-align: center;
  color: #000000;
}

.content h1 {
  font-weight: 900;
  line-height: 1;
  margin-bottom: -10px;
  opacity: 0.6;
}

.content h2 {
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
}

@media(max-width: 768px) {
  .navigation-bar {
    display: none;
  }

  .bio {
    margin: auto;
    width: 100%;
    padding: 0;
  }
}

@media(min-width: 768px) {
  .mobile {
    display: none;
  }
}