Add template for articles with sound files

This commit is contained in:
2020-03-03 18:18:40 +00:00
parent f4057cb28d
commit 334d614fe8
73 changed files with 76 additions and 6236 deletions

View File

@@ -16,8 +16,8 @@
/* change background */
.article-content {
background-color: var(--mdc-theme-background);
padding-top: 6px;
padding-bottom: 6px;
padding-top: 10px;
padding-bottom: 10px;
}
/* hide empty black bar if there is no content to the article */
@@ -32,6 +32,11 @@
padding: 150px 15px;
}
/* audio */
.article-content audio {
width: 100%;
}
/* adjust video dimensions depending on screen size */
iframe {
width: 100%;