Fix mobile fundamentals page visibility to respect hidden state

This commit is contained in:
2026-05-18 17:47:11 +02:00
parent dfe6e3b68a
commit a1e329d8a9
+4
View File
@@ -1774,6 +1774,10 @@ section + section {
display: flex;
}
.sg-card-list-page-mobile-detail[hidden] {
display: none;
}
.sg-card-list-page__intro-card.sg-card {
align-self: stretch;
width: 100%;