Skip to content

Commit bb378ea

Browse files
style h4
1 parent 9e8117f commit bb378ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/style.css

+15
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,15 @@ main nav.pagination ul li span.current {
589589
font-size: 1em;
590590
}
591591

592+
593+
.faq-index .edit {
594+
display: inline-block;
595+
width: initial;
596+
/* position: absolute; */
597+
/* top: 0; */
598+
/* right: 0; */
599+
}
600+
592601
.faq-index details {
593602
margin-bottom: 2em;
594603

@@ -625,6 +634,12 @@ main nav.pagination ul li span.current {
625634
line-height: 1.8;
626635
}
627636

637+
.faq-index main .content > h4 {
638+
font-family: 'Roboto Condensed';
639+
font-size: 1.4em;
640+
641+
}
642+
628643
.faq-index main p {
629644
margin-top: 0;
630645
}

0 commit comments

Comments
 (0)