Fix more things to be HTML5+CSS

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-04 21:40:46 +02:00
parent c7b260c536
commit 2e128596a5
2 changed files with 20 additions and 19 deletions
+6 -5
View File
@@ -20,19 +20,20 @@ figure.block > figcaption {
// Block: Figure > Media
// --------------------------------------------------------------------------------
figure.block>picture,
figure.block > picture > img,
figure.block>img,
figure.block>video,
figure.block>audio {
display: block;
max-width: 100%;
width: auto;
max-height: 1005;
width: 100%;
height: auto;
margin: 0;
padding: 0;
object-fit: contain;
object-position: center center;
background: rgba(0, 0, 0, 0.5);
}
@import "_block-figure-player.scss"
@import "_block-figure-player.scss";
// --------------------------------------------------------------------------------
// Block: Figure > Table