refactor: convert files from spaces to tabs

This commit is contained in:
Stefan Imhoff
2022-08-24 10:29:42 +02:00
parent 056e9c45e6
commit 06efdf8583
113 changed files with 97766 additions and 97778 deletions

View File

@@ -1,14 +1,14 @@
/** Video */
.video-wrapper {
margin-block-end: var(--space-10);
padding-block-end: 56.25%;
position: relative;
margin-block-end: var(--space-10);
padding-block-end: 56.25%;
position: relative;
}
.video-wrapper iframe {
height: 100%;
inset-block-start: 0;
inset-inline-start: 0;
position: absolute;
width: 100%;
height: 100%;
inset-block-start: 0;
inset-inline-start: 0;
position: absolute;
width: 100%;
}