Adding Slideshow for pictures in prompt examples

This commit is contained in:
tfw
2025-05-28 10:48:30 +02:00
parent bab48487e8
commit 08969756ad
6 changed files with 72 additions and 6 deletions
+1
View File
@@ -28,6 +28,7 @@
@import 'modules/testimonials';
@import "modules/faq";
@import "modules/lightbox";
@import "modules/slideshow";
@import "modules/blog";
+4 -5
View File
@@ -8,7 +8,7 @@
overflow: hidden;
border: 1px solid #d9d9d9;
padding: 15px 20px;
font-size: 18px;
//font-size: 18px;
}
.custom-faq-question {
@@ -23,7 +23,7 @@
.custom-faq-question::after {
content: "\f078";
font-family: 'Font Awesome 6 Pro', sans-serif;
font-family: 'Font Awesome 6 Sharp', sans-serif;
font-weight: 100;
font-size: 1rem;
position: absolute;
@@ -34,7 +34,7 @@
.custom-faq-question.active::after {
content: "\f077";
font-family: 'Font Awesome 6 Pro', sans-serif;
font-family: 'Font Awesome 6 Sharp', sans-serif;
font-weight: 100;
font-size: 1rem;
@@ -54,6 +54,5 @@
.custom-faq-answer.active {
padding: 0;
max-height: 1000px; /* Grer Wert, um sicherzustellen, dass der Inhalt vollständig angezeigt wird */
max-height: 3000px; /* Größerer Wert, um sicherzustellen, dass der Inhalt vollständig angezeigt wird */
}