This commit is contained in:
Dmitry Zuikov 2024-04-04 08:01:09 +03:00
parent f7cd2e682f
commit f0dae79c58
1 changed files with 12 additions and 1 deletions

View File

@ -135,6 +135,18 @@ section#repo-manifest-text {
}
section#repo-manifest-text > h1::after,
section#repo-manifest-text > h2::after,
section#repo-manifest-text > h3::after,
section#repo-manifest-text > h4::after
{
content: "";
display: block;
margin: 8px 0;
height: 1px;
background-color: #ccc;
}
/* height: calc(100vh - 64px); */
section {
@ -271,7 +283,6 @@ form.search button {
vertical-align: top;
}
|]