diff options
Diffstat (limited to '')
-rw-r--r-- | 2021/all.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/2021/all.md b/2021/all.md index e3adcf4b..af7697e5 100644 --- a/2021/all.md +++ b/2021/all.md @@ -5,4 +5,19 @@ [[!inline pages="internal(2021/all-include)" raw="yes"]] </div> -[[!sidebar content=""]] +[[!sidebar]] + +<style> + .all > ol { list-style-type: none; padding: 0 } + .all > ol > li { + display: block; + box-shadow: 0 3px 10px rgb(0 0 0 / 20%); + padding: 10px; + margin-bottom: 10px; + border: 1px solid rgb(0 0 0 / 20%); + border-radius: 5px; } + .all > ol > li video { max-width: 100%; + width: 180px; + position: absolute; + left: 10px; } +</style> |