- Versione 1.0.33

- Aggiornato le varie librerie package
This commit is contained in:
Surya Paolo
2024-03-23 00:21:39 +01:00
parent 44ee68f8c6
commit 9be104f605
36 changed files with 1698 additions and 1554 deletions

View File

@@ -1928,4 +1928,18 @@ h3 {
.clDescrEstesa {
font-size: 1rem;
line-height: normal !important;
}
.aspect-ratio-box {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.aspect-ratio-box iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}