summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/nav.css
blob: 2b6d75addf76314662eb83c95fd7d29d80862a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 121, 13, 0.0), rgba(255, 121, 13, 1.0));
}
.footer .artist-name {
  font-family: "Druk Wide";
  font-style: italic;
}
.footer .artist-location {
  font-family: "Helvetica", sans-serif;
}