astro-accelerator 5.10.10 → 5.10.12
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 +7 -0
package/package.json
CHANGED
package/public/css/main.css
CHANGED
|
@@ -548,6 +548,11 @@ details.sub-nav details {
|
|
|
548
548
|
padding: var(--block-gap) 0;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
|
+
.page-content {
|
|
552
|
+
justify-content: justify;
|
|
553
|
+
hyphens: auto;
|
|
554
|
+
}
|
|
555
|
+
|
|
551
556
|
.page-content > h2:nth-child(1) {
|
|
552
557
|
margin-top: 0;
|
|
553
558
|
}
|
|
@@ -1005,6 +1010,8 @@ details.sub-nav details {
|
|
|
1005
1010
|
'quick quick';
|
|
1006
1011
|
justify-content: center;
|
|
1007
1012
|
margin-block-end: var(--block-gap-l);
|
|
1013
|
+
max-width: 1000px;
|
|
1014
|
+
margin-inline: auto;
|
|
1008
1015
|
|
|
1009
1016
|
@media (max-width: 680px) {
|
|
1010
1017
|
display: block;
|