iframe blocktype toegevoegd [#00033]

This commit is contained in:
NH Gooi
2024-10-03 19:32:44 +02:00
parent 8616cb3d56
commit 58ea5c0c85
2 changed files with 25 additions and 3 deletions

11
public/css/style.css vendored
View File

@@ -1664,9 +1664,14 @@ a, a:hover, a:active {
}
.podcast-player .content {
border: solid 1px #333;
border-radius: 5px;
padding: 0.4rem;
border: solid 1px #333;
border-radius: 5px;
padding: 0.4rem;
}
.article-iframe {
width: 100%;
aspect-ratio: 1;
}
/*# sourceMappingURL=style.css.map */