We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c27fd commit 812b319Copy full SHA for 812b319
src/css/style.css
@@ -503,6 +503,10 @@
503
width: 100%;
504
}
505
506
+ .faq-index .toc article.featured > ul {
507
+ grid-template-columns: 1fr 1fr;
508
+ }
509
+
510
511
512
@media (max-width: 705px) {
@@ -525,8 +529,6 @@
525
529
526
530
527
531
528
-}
-
532
@media (max-width:480px) {
533
.home-narrative .case-studies > ul {
534
display: block;
@@ -535,6 +537,10 @@
535
537
.home-narrative .case-studies > ul li {
536
538
margin-bottom: 3em;
539
540
541
542
+ display: block;
543
544
545
546
@media (max-width: 425px) {
0 commit comments