Explorar o código

Add styles for `EmbedBlock` (#362)

sag᠎e %!s(int64=2) %!d(string=hai) anos
pai
achega
8c38696092
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      bakerydemo/static/css/main.css

+ 7 - 0
bakerydemo/static/css/main.css

@@ -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 {