kopia lustrzana https://github.com/wagtail/bakerydemo
rodzic
3ad7187b1e
commit
54165cea31
|
@ -404,6 +404,13 @@ blockquote .attribute-name {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
.block-paragraph_block iframe {
|
||||
aspect-ratio: 16 / 9;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* stylelint-disable-next-line selector-class-pattern */
|
||||
:is(.block-table_block, .block-typed_table_block) :is(table, tr, td, th) {
|
||||
border: 1px solid var(--dark);
|
||||
|
|
Ładowanie…
Reference in New Issue