ref: mostly space -> tab, with some css fixes.

This commit is contained in:
manunamz
2023-10-05 13:52:29 -04:00
parent 0f03a74047
commit 78c303a597
+4 -2
View File
@@ -270,6 +270,8 @@ a.invalid {
} }
/* embed media */ /* embed media */
.embed-media { .embed-media {
display: flex;
justify-content: center;
margin: 0 auto; margin: 0 auto;
} }
.embed-audio { .embed-audio {
@@ -277,8 +279,8 @@ a.invalid {
width: 100%; width: 100%;
} }
.embed-image { .embed-image {
height: 50%; height: 75%;
width: 50%; width: 75%;
} }
.embed-video { .embed-video {
height: 75%; height: 75%;