Internet plus Telewizja
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user