documentation page

This commit is contained in:
SBD
2024-07-12 17:41:43 +03:00
parent e586293ae0
commit b5086cbd40
4 changed files with 73 additions and 27 deletions

View File

@@ -1655,6 +1655,7 @@ body.n_scroll{
.way_bread_crumb{
font-size: 14px;
color: #7A8185FF;
cursor: pointer;
}
.way_bread_crumb.last{
@@ -1691,7 +1692,7 @@ body.n_scroll{
}
.documentation_version_switcher{
width: 60px;
width: 70px;
border: 1px solid #CCCED1FF;
border-radius: 2px;
margin-left: 16px;
@@ -1882,6 +1883,16 @@ body.n_scroll{
.content_part_tree_els{
width: calc(100% - 453px);
margin-left: 80px;
font-size: 16px;
}
.content_part_tree_els img{
max-width: 100%;
object-fit: contain;
}
.content_part_tree_els h1{
font-size: 40px;
}
.name_article_tree{