astro-accelerator 5.10.16 → 5.10.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/css/main.css +6 -2
package/package.json
CHANGED
package/public/css/main.css
CHANGED
|
@@ -30,7 +30,7 @@ body {
|
|
|
30
30
|
background-color: var(--aft);
|
|
31
31
|
color: var(--fore);
|
|
32
32
|
font-size: 20px;
|
|
33
|
-
line-height: 1.
|
|
33
|
+
line-height: 1.7;
|
|
34
34
|
letter-spacing: 0.016em;
|
|
35
35
|
font-family: var(--content-font);
|
|
36
36
|
}
|
|
@@ -556,7 +556,11 @@ details.sub-nav details {
|
|
|
556
556
|
}
|
|
557
557
|
|
|
558
558
|
.page-content {
|
|
559
|
-
h2,
|
|
559
|
+
h2,
|
|
560
|
+
h3,
|
|
561
|
+
h4,
|
|
562
|
+
h5,
|
|
563
|
+
h6 {
|
|
560
564
|
text-align: left;
|
|
561
565
|
}
|
|
562
566
|
}
|