Almost read to publish
This commit is contained in:
parent
4fcb3891a2
commit
0f495b881a
25 changed files with 229 additions and 70 deletions
9
docs/static/css/extra.css
vendored
9
docs/static/css/extra.css
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue