We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a849fb + cd74ad0 commit 386c02dCopy full SHA for 386c02d
css/style.css
@@ -22,7 +22,8 @@ a {
22
23
h1,
24
h2,
25
-h3 {
+h3,
26
+h4 {
27
font-weight: 300;
28
}
29
@@ -46,6 +47,11 @@ h3 {
46
47
line-height: 1.3;
48
49
50
51
+ font-size: 1.5em;
52
+ line-height: 1.1;
53
+}
54
+
55
.content {
56
margin-left: auto;
57
margin-right: auto;
@@ -269,6 +275,13 @@ div.version {
269
275
text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
270
276
271
277
278
+.details h4 {
279
+ color: #F5F5F5;
280
+ margin-bottom: 0;
281
+ margin-top: 0.75em;
282
+ text-shadow: 0 -1px rgba(0, 0, 0, 0.35);
283
284
272
285
.details .button {
273
286
border: 1px solid #464646;
274
287
background-color: #E0E0E0; /* Old browsers */
0 commit comments