9 lines
132 B
CSS
9 lines
132 B
CSS
youtube-video {
|
|
aspect-ratio: 16/9;
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
&:has(+ *) {
|
|
margin-bottom: var(--spacing-base);
|
|
}
|
|
}
|