aboutsummaryrefslogtreecommitdiff
blob: e9c05c62297d826d020e5d66796c31165802c921 (plain)
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
.donate {
  margin-top: -21px;
  background-color: #a40000;
  background-image: url('/assets/img/bg/donate.jpg');
  cursor: default;
}

.donate-thanks {
  background-image: url('/assets/img/bg/larry-lessthanthree.png');
  background-size: contain;
  background-position: 50% 50%;
  height: 400px;
}

.donate h1 {
  color: white;
  text-shadow: 0px 0px 5px black;
}

.donate p {
  text-shadow: 0px 0px 5px black;
  color: white;
}

@media (min-width: 768px) {
  .donate-form {
    margin-left: 20%;
    margin-right: 20%;
  }
}