]> git.r.bdr.sh - rbdr/dead-drop/blob - pages/css/style.css
Merge branch 'hotfix/1.0.1' into 'master'
[rbdr/dead-drop] / pages / css / style.css
1 body {
2 background-color: #85CCDA;
3 }
4
5 h1, .cta, .phone {
6 font-family: 'Bungee Shade', sans-serif;
7 text-align: center;
8 width: 75%;
9 margin: 0 auto;
10 }
11
12 h1 {
13 font-size: 64pt;
14 color: #fff;
15 margin: 24px auto;
16 }
17
18 p, ul {
19 font-size: 14pt;
20 font-family: 'Roboto', sans-serif;
21 margin: 0;
22 color: #4C5F65;
23 }
24
25 .description {
26 text-align: center;
27 margin: 50px 0;
28 }
29
30 .usage {
31 margin: 10px auto 50px;
32 width: 25%;
33 }
34
35 .phone {
36 font-size: 48pt;
37 }
38
39 .cta {
40 margin: 24px auto;
41 font-size: 48pt;
42 color: #fff;
43 }