Skip to content

Commit 812b319

Browse files
make faq context responsive
1 parent 99c27fd commit 812b319

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/css/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@
503503
width: 100%;
504504
}
505505

506+
.faq-index .toc article.featured > ul {
507+
grid-template-columns: 1fr 1fr;
508+
}
509+
506510
}
507511

508512
@media (max-width: 705px) {
@@ -525,8 +529,6 @@
525529
}
526530
}
527531

528-
}
529-
530532
@media (max-width:480px) {
531533
.home-narrative .case-studies > ul {
532534
display: block;
@@ -535,6 +537,10 @@
535537
.home-narrative .case-studies > ul li {
536538
margin-bottom: 3em;
537539
}
540+
541+
.faq-index .toc article.featured > ul {
542+
display: block;
543+
}
538544
}
539545

540546
@media (max-width: 425px) {

0 commit comments

Comments
 (0)