summaryrefslogtreecommitdiffstats
path: root/src/css/footer.css
blob: 6175bfc571578e6660eaa42e1acc3d1e3862ee99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
footer.footer {
  font-size: 0.8rem;
  background-color: #2c2c2c;
  color: #8e8e8e;
  padding: 5px 1rem;
}

.footer p {
/*  margin: 0.5rem 0;*/
  text-align: center;
}

.footer a {
  color: #5d5d5d;
}