summaryrefslogtreecommitdiff
path: root/static/css/fullscreen_ryder.css
blob: 38409f89e87793e0d6b908cfee37a1c8b72f5c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* {
  margin: 0;
  padding: 0;
  font: 60px "Gotham Black", Arial, sans-serif;
  color: #fff;
}

#full img {
  width: 100%;
  height: 100%;
}

.content {
  width: 100%;
  height: 100%;
}

.content img {
  width: 100%;
  height: 100%;
}