fix
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 13s

This commit is contained in:
Илья Макаров 2025-01-27 17:24:48 +03:00
parent 5293b41348
commit a4365b2e5f
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# DevOps База знаний
## Здесь я буду хранить свои заметки и интрукции
## Здесь я буду хранить свои заметки и инструкции

View File

@ -0,0 +1,18 @@
.md-source__facts {
display: none;
}
.md-footer {
margin-top: 50px;
}
/* Достаточно добавить { .code-wrap } к блоку кода, чтобы включить автоперенос строк.
Пример:
```sh { .code-wrap }
*very long line of code here*
```
*/
.code-wrap code {
white-space: pre-wrap;
word-break: break-word;
}