handling styles
This commit is contained in:
parent
4c582fdac1
commit
3034bb76bd
13
resources/css/blocks/peertube-integration.css
Normal file
13
resources/css/blocks/peertube-integration.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.peertube-integration {
|
||||
@apply w-full flex px-8 md:px-12 xl:px-24 py-12 bg-neutral-100;
|
||||
|
||||
iframe {
|
||||
@apply mx-auto;
|
||||
|
||||
@apply lg:max-w-[80vw] xl:max-w-[60vw];
|
||||
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user