Update webinar and workshop content with new details and styles

Enhanced webinars and workshops sections with updated schedules, new descriptions, and recorded session details. Adjusted styles for improved responsiveness, layout clarity, and a better user experience across devices.
This commit is contained in:
tfw
2025-05-27 10:30:42 +02:00
parent f73580bea7
commit ef0f52e4c5
6 changed files with 84 additions and 22 deletions
+4
View File
@@ -46,6 +46,10 @@
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
&.active{
overflow: visible;
padding-bottom: 7px !important;
}
}
.custom-faq-answer.active {
+9 -1
View File
@@ -4,7 +4,7 @@
#nextcloud-form {
width: 100%;
border: none;
min-height: 3600px;
min-height: 2240px;
transition: height .3s ease;
color-scheme: dark;
@@ -50,6 +50,14 @@
}
}
.satag--webinar-location {
margin-left: 30px;
i{
margin-left: -27px;
padding-right: 6px;
}
}
.satag--webinar-course {
margin-bottom: 0.25rem;
}