Update
This commit is contained in:
parent
65f1ea729c
commit
52fbf92197
|
@ -64,10 +64,12 @@ html, body {
|
||||||
.youtube-video {
|
.youtube-video {
|
||||||
aspect-ratio: 16 / 9;
|
aspect-ratio: 16 / 9;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media_attachments img {
|
.media_attachments img {
|
||||||
max-width: 45%;
|
max-width: 45%;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body {
|
#body {
|
||||||
|
|
Loading…
Reference in New Issue