We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8117f commit bb378eaCopy full SHA for bb378ea
src/style.css
@@ -589,6 +589,15 @@ main nav.pagination ul li span.current {
589
font-size: 1em;
590
}
591
592
+
593
+.faq-index .edit {
594
+ display: inline-block;
595
+ width: initial;
596
+ /* position: absolute; */
597
+ /* top: 0; */
598
+ /* right: 0; */
599
+}
600
601
.faq-index details {
602
margin-bottom: 2em;
603
@@ -625,6 +634,12 @@ main nav.pagination ul li span.current {
625
634
line-height: 1.8;
626
635
627
636
637
+.faq-index main .content > h4 {
638
+ font-family: 'Roboto Condensed';
639
+ font-size: 1.4em;
640
641
642
628
643
.faq-index main p {
629
644
margin-top: 0;
630
645
0 commit comments