www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit 20b6fc5d3c288bb4dca75b8319e23ba3a62007ea
parent 024d8132e7926a2ca43cbf5de406911c33bb47ac
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Thu, 28 Jul 2022 10:17:35 +0900

add word break

Diffstat:
Mdata/weblog | 42++++++++++++++++++++++++++++++++++++++++++
Mman/style.css | 4++++
Mpub/style.css | 4++++
3 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/data/weblog b/data/weblog @@ -1396,3 +1396,45 @@ 2022-07-28 misc 2022-07-28 pics 2022-07-28 style.css +-00-00 +2022-06-15 harmfull +2022-07-14 plant +2022-07-28 about.html +2022-07-28 computer +2022-07-28 draft +2022-07-28 error +2022-07-28 farm +2022-07-28 index.html +2022-07-28 journal +2022-07-28 kitchen +2022-07-28 misc +2022-07-28 pics +2022-07-28 style.css +-00-00 +2022-06-15 harmfull +2022-07-14 plant +2022-07-28 about.html +2022-07-28 computer +2022-07-28 draft +2022-07-28 error +2022-07-28 farm +2022-07-28 index.html +2022-07-28 journal +2022-07-28 kitchen +2022-07-28 misc +2022-07-28 pics +2022-07-28 style.css +-00-00 +2022-06-15 harmfull +2022-07-14 plant +2022-07-28 about.html +2022-07-28 computer +2022-07-28 draft +2022-07-28 error +2022-07-28 farm +2022-07-28 index.html +2022-07-28 journal +2022-07-28 kitchen +2022-07-28 misc +2022-07-28 pics +2022-07-28 style.css diff --git a/man/style.css b/man/style.css @@ -48,6 +48,10 @@ header { border-bottom: 1px solid; } +header a { + word-break: keep-all; +} + main { padding: 5px; } diff --git a/pub/style.css b/pub/style.css @@ -48,6 +48,10 @@ header { border-bottom: 1px solid; } +header a { + word-break: keep-all; +} + main { padding: 5px; }