Internet plus Telewizja

This commit is contained in:
dm
2025-11-21 21:43:13 +01:00
parent c09f12f305
commit c04d63647e
15 changed files with 428 additions and 9 deletions

View File

@@ -7,7 +7,8 @@
}
.fuz-section-image {
@apply w-full h-5/6 object-cover ;
/* @apply w-full h-5/6 object-cover ; */
@apply w-full object-contain;
}
.fuz-image-dimmed {
@@ -21,3 +22,28 @@
.fuz-section-text {
@apply max-w-4xl mx-auto;
}
.fuz-iframe-box {
@apply bg-white dark:bg-slate-800 p-4 rounded-xl
border border-gray-200 dark:border-slate-700 shadow;
}
.fuz-iframe-wrapper {
@apply w-full overflow-hidden border-0 shadow-none;
background: transparent !important;
aspect-ratio: 16/9;
}
.fuz-iframe {
@apply w-full h-full border-0 shadow-none;
background: transparent !important;
}
.dark .fuz-iframe-wrapper {
background: transparent !important;
}
.dark .fuz-iframe {
background: transparent !important;
}