From 68580a99f99a72dc18a66711dba60e44e731f06d Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Sun, 4 Feb 2024 23:41:17 +0900 Subject: 通告書サイズ変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/css/custom.css b/src/css/custom.css index 589250ad..8d9c7657 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -65,4 +65,16 @@ ul.table-of-contents a[href^="#bold-"] { .theme-admonition .title { display: inline; +} + +.tukokusyo { + width: 90%; + height: 700px; +} +/* mobile */ +@media screen and (max-width: 996px) { + .tukokusyo { + width: 90%; + height: 300px; + } } \ No newline at end of file -- cgit v1.2.3-54-g00ecf