aboutsummaryrefslogtreecommitdiff
path: root/src/App.css
blob: 50e39d980597e3eae28d10382d672e3e8beecb58 (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
.App {
  text-align: center;
  margin: auto;
  max-width: 90vw;

  position: relative;
  min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.App h1 {
  font-size: 2.4em;
  margin: 18px 0px 8px 0px;
}
.Updated .Latest {
  font-size: 1.3em;
  margin: 0px;
}
.Updated .Prior {
  margin: 6px;
  color: #666;
}

.App a {
  text-decoration: none;
  color: #000;
}

.BlueLink {
  color: #008 !important;
}

footer {
  margin-top: auto;
  margin-bottom: 20px;
}