Add files via upload

This commit is contained in:
loma-one 2025-01-25 20:41:28 +01:00 committed by GitHub
parent d42a2c30fe
commit 2385265c47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 122 additions and 86 deletions

View file

@ -913,6 +913,24 @@ audio, canvas, progress, video {
margin: 20px auto;
}
iframe, img, video {
border-radius: 2px;
}
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 625 / 350 !important;
}
@media (max-width: 768px) {
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 425 / 350 !important;
}
}
#photo-photo {
margin: 20px auto;
}

View file

@ -896,6 +896,24 @@ p.wall-item-announce,
margin: 20px auto;
}
iframe, img, video {
border-radius: 2px;
}
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 625 / 350 !important;
}
@media (max-width: 768px) {
.custom-iframe {
width: 100% !important;
height: auto !important;
aspect-ratio: 425 / 350 !important;
}
}
@media screen and (max-width: 1280px) {
#search-box {
width: 18% !important;