-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
55 lines (54 loc) · 841 Bytes
/
style.css
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
html {
padding: 20px;
font-size: 20px;
font-family: "Roboto", sans-serif;
background-color: #2f3860;
color: #e3e3e3;
text-align: center;
}
a {
color: #b8c951;
}
a:hover {
color: #5667b1;
}
section.title {
padding-bottom: 6em;
}
section.title img {
padding: 1em;
}
section.title h1 {
text-transform: uppercase;
font-size: 3.3em;
line-height: 1.3;
font-weight: 600;
color: #b8c951;
}
section.title h2 {
font-weight: 300;
line-height: 2;
}
section.coming-soon {
font-size: 1.7em;
font-weight: 600;
padding-bottom: 4em;
}
section.message {
line-height: 2;
padding-bottom: 1em;
}
section.connect img {
padding: 0.5em;
}
@media (max-width: 600px) {
section.title {
padding-bottom: 3.5em;
}
section.title h1 {
font-size: 2.2em;
}
section.coming-soon {
padding-bottom: 2em;
}
}