-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathstyles.css
117 lines (94 loc) · 1.46 KB
/
styles.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
h1,
h2,
h3 {
font-weight: 400;
}
h1 {
font-size: 36px;
}
.tagline {
font-size: 18px;
}
.logo {
padding-right: .5em;
height: 36px;
}
pf-card .img-link {
display: flex;
align-items: center;
justify-content: center;
}
pf-card h2 {
margin-bottom: 0;
padding-bottom: .5rem;
margin-top: 0;
font-size: 1.5rem;
line-height: 1.4;
font-weight: 400;
}
#heading-section {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
}
.title {
margin-bottom: 0;
}
pf-card h2,
pf-card h3 {
margin-top: 8px;
}
pf-card h3 {
font-weight: 700;
margin-bottom: 16px;
}
pf-card .cta {
min-width: 100%;
}
a:visited {
color: inherit;
}
.header-ctas {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header-ctas .cta:first-child {
margin-bottom: 16px;
}
.header-ctas a.cta {
min-width: 250px;
}
table tr th,
table tr td {
padding: 3px 10px;
border: 1px solid gray;
}
table+h3 {
margin-top: 50px;
}
@media (min-width: 500px) {
.header-ctas {
flex-direction: row;
}
.header-ctas .cta:first-child {
margin-bottom: 0;
margin-right: 16px;
}
.header-ctas .cta a {
min-width: initial;
}
}
@media (min-width: 540px) {
h1 {
font-size: 48px;
}
.logo {
height: 72px;
}
.tagline {
font-size: 24px;
}
}