aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-02-04 23:41:17 +0900
committer安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-02-04 23:41:17 +0900
commit68580a99f99a72dc18a66711dba60e44e731f06d (patch)
tree5c352e754e4a30a52aa0c9be75890bfa779a95d4 /src
parent29736fe32d9226ba2499e1e3111869512b83f1fb (diff)
通告書サイズ変更
Diffstat (limited to 'src')
-rw-r--r--src/css/custom.css12
1 files changed, 12 insertions, 0 deletions
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