feat: Update docs

This commit is contained in:
daudix
2024-01-30 21:02:45 +03:00
parent 36b0aa4ad3
commit 7a844373a0
5 changed files with 40 additions and 25 deletions

View File

@ -5,6 +5,27 @@ video {
display: block;
margin: 2rem auto;
max-width: 100%;
&.full {
width: 100%;
}
&.pixels {
image-rendering: pixelated;
}
&.transparent {
border-radius: 0;
box-shadow: none;
}
&.inline {
display: inline;
}
&.no-margin {
margin: 0;
}
}
img {
@ -21,15 +42,3 @@ img {
}
}
.full {
width: 100%;
}
.pixels {
image-rendering: pixelated;
}
.transparent {
border-radius: 0;
box-shadow: none;
}