From 169fccb820ba60ecbe5b71698f44b124ae99a108 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 12 Jan 2024 23:38:00 +0900 Subject: .video-containerの追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/custom.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index ecc9f8f4..66bd96eb 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -45,4 +45,12 @@ ul.table-of-contents a[href^="#bold-"] { .docusaurus-mermaid-container { text-align: center; -} \ No newline at end of file +} + +.video-container { + position: relative; + overflow: hidden; + width: 100%; + max-width: 560px; + margin: 0 auto; +} -- cgit v1.2.3-54-g00ecf