From 11bd2ba17c67e7491dab93595bd51957758a1d01 Mon Sep 17 00:00:00 2001 From: golovin Date: Fri, 31 Jan 2025 09:24:34 +0300 Subject: [PATCH] 2025-01-31 --- LICENSE.md | 4 ++-- README.en.md | 2 +- README.md | 2 +- jekyll_theme/assets/css/older-tomato.css | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 3957dce..f493383 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -© Головин Г.Г., 2021-2024 +© Головин Г.Г., 2021-2025 Опубликовано под [Открытой лицензией 1.1](OPEN_LICENSE.txt) @@ -8,7 +8,7 @@ --- -© Golovin G.G., translation from Russian, 2021-2024 +© Golovin G.G., translation from Russian, 2021-2025 Published under the [Open License 1.1](OPEN_LICENSE.txt) diff --git a/README.en.md b/README.en.md index 25835c5..1711d79 100644 --- a/README.en.md +++ b/README.en.md @@ -190,4 +190,4 @@ translation_caption: "translation from Russian" --- -© Golovin G.G., Code with comments, translation from Russian, 2021-2024 +© Golovin G.G., Code with comments, translation from Russian, 2021-2025 diff --git a/README.md b/README.md index 788a9ae..7d74d07 100644 --- a/README.md +++ b/README.md @@ -189,4 +189,4 @@ translation_caption: "translation from Russian" --- -© Головин Г.Г., Код с комментариями, 2021-2024 +© Головин Г.Г., Код с комментариями, 2021-2025 diff --git a/jekyll_theme/assets/css/older-tomato.css b/jekyll_theme/assets/css/older-tomato.css index 70ab17e..f97aef3 100644 --- a/jekyll_theme/assets/css/older-tomato.css +++ b/jekyll_theme/assets/css/older-tomato.css @@ -3,11 +3,11 @@ } body { - font-family: Roboto, Helvetica Neue, sans-serif; + font-family: Roboto, 'Helvetica Neue', sans-serif; font-size: 18px; margin: 0; line-height: 1.5; - word-wrap: break-word; + overflow-wrap: break-word; } body, a { @@ -124,7 +124,7 @@ h1, h2, h3, h4, h5 { margin-bottom: 16px; font-weight: 500; line-height: 1.25; - word-break: break-word; + overflow-wrap: anywhere; } h1 { @@ -148,7 +148,7 @@ h3 { font-weight: 500; font-size: 1.5em; line-height: 1.25; - word-break: break-word; + overflow-wrap: anywhere; } details > .headline {