diff options
-rw-r--r-- | local.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -88,3 +88,16 @@ summary h1 { display: inline-block } video.sticky { position: fixed; bottom: 15px; right: 15px; } + + .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; } |