From ee1b417fab2900c27a89d22622f4c74c8793b106 Mon Sep 17 00:00:00 2001 From: Iosif Takakura Date: Mon, 16 Sep 2024 18:03:21 +0900 Subject: [PATCH] last update. --- chapter/postscript.md | 3 --- chapter/postscript.re | 13 +++++++++++++ sass/common/_contents-common.scss | 13 ++----------- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 chapter/postscript.md create mode 100644 chapter/postscript.re diff --git a/chapter/postscript.md b/chapter/postscript.md deleted file mode 100644 index a57e536..0000000 --- a/chapter/postscript.md +++ /dev/null @@ -1,3 +0,0 @@ -# あとがき - -この度はお読みいただき誠にありがとうございます。 \ No newline at end of file diff --git a/chapter/postscript.re b/chapter/postscript.re new file mode 100644 index 0000000..9718d70 --- /dev/null +++ b/chapter/postscript.re @@ -0,0 +1,13 @@ += あとがき + +この度はお読みいただき誠にありがとうございます。 + +今回、これまでに発表した全ての作品を一冊の本にまとめてみようと思いましたが、なかなか骨の折れる作業であることに気がつきました。なにせ、三冊もあるということはページ数も膨らんでしまい、削るべきもの、直すべきものも見つかりました。しかし、私は敢えて直さないまま出してみます。 + +また、EPUB版と電子書籍版ではおまけとしてWeb上に公開した記事を添付しています。今見返してみると、過去の思いなど詰まった記事だということに気がつかされます。ここに掲載してよいものかということも迷いました。しかし、私の足跡である以上公開されるべきと思い、掲載を決断いたしました。 + +気がつくと、私はいろいろと成長したと思います。また、井の頭公園駅もバーチャル・リアル共々いろいろな人が紹介していますが、それで多くの人が足を運ぶようになったとも思っています。これを機に、いろいろな人の目によって様々な物語が紡がれることを、私は心から祈っています。 + +//flushright{ +2024年9月@{20}日@
{}るいざ・しゃーろっと +//} \ No newline at end of file diff --git a/sass/common/_contents-common.scss b/sass/common/_contents-common.scss index 670342e..8444935 100644 --- a/sass/common/_contents-common.scss +++ b/sass/common/_contents-common.scss @@ -51,22 +51,13 @@ pre { margin: 0 auto; padding: 1rem; box-decoration-break: clone; - float: top; code { border: 1px #aaa solid; border-radius: 4px; - overflow-wrap: break-word; + overflow-wrap: anywhere; font-family: "Cica"; - transform: scale(0.8, 1); - transform-origin: top left; - width: 125%; - } - - &::after { - content:''; - display: block; - clear:both; + max-width: 100%; } }