aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-01-12 23:38:00 +0900
committer安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-01-12 23:38:00 +0900
commit169fccb820ba60ecbe5b71698f44b124ae99a108 (patch)
treea9dc30080e4f1a82ce8d5156b69ce75da8b33997
parentf5f7e1d5a352d9996fec7d968867b1a365a44bd6 (diff)
.video-containerの追加
-rw-r--r--src/css/custom.css10
1 files changed, 9 insertions, 1 deletions
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;
+}