kopia lustrzana https://github.com/wagtail/bakerydemo
Add styles for `EmbedBlock` (#362)
rodzic
9ea4261ae5
commit
8c38696092
|
@ -397,6 +397,13 @@ blockquote .attribute-name {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
.block-embed_block iframe {
|
||||
aspect-ratio: 16 / 9;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.header,
|
||||
.footer {
|
||||
|
|
Ładowanie…
Reference in New Issue