Almost read to publish

This commit is contained in:
Philipp Heckel 2021-12-05 15:57:37 -05:00
parent 4fcb3891a2
commit 0f495b881a
25 changed files with 229 additions and 70 deletions

View file

@ -6,9 +6,14 @@ article {
padding-bottom: 50px;
}
figure img {
figure iframe, figure img, figure video {
filter: drop-shadow(3px 3px 3px #ccc);
border-radius: 7px;
filter: drop-shadow(3px 3px 5px #ccc);
}
figure video {
width: 100%;
max-height: 450px;
}
.remove-md-box {