1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-11 10:18:07 +09:00

fix codepen aspect ratio

This commit is contained in:
Andrew Simachev 2024-01-10 13:24:37 +01:00
parent 9dc71df02b
commit 9f49193bb0
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -21,7 +21,7 @@
.twitter-tweet, .instagram-media { margin: 0px !important; display: inline-flex !important; }
.gist-file { margin: 0px !important; }
.cp_embed_iframe { border: 0px !important; }
.cp_embed_iframe { border: 0px !important; height: auto; aspect-ratio: 16/9; }
html.align1 .twitter-tweet, body.align1 .instagram-media { justify-content: center; }
html.align2 .twitter-tweet, body.align2 .instagram-media { justify-content: flex-end; }