1
0
Fork 0

2025-01-31

This commit is contained in:
Gennadiy 2025-01-31 09:24:34 +03:00
parent ef52324aa4
commit 11bd2ba17c
4 changed files with 8 additions and 8 deletions

View file

@ -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)

View file

@ -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

View file

@ -189,4 +189,4 @@ translation_caption: "translation from Russian"
---
© Головин Г.Г., Код с комментариями, 2021-2024
© Головин Г.Г., Код с комментариями, 2021-2025

View file

@ -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 {