aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/app.component.css
blob: 759a30d6ca035a919ef7e1ff6665d32fe2a233c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.fill-remaining-space {
  flex: 1 1 auto;
}

a.icp-record {
  color: grey;
  text-decoration: none;
  font-size: 0.8rem;
  margin: 0 5vw;
}

footer {
  display: flex;
}