mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
f7cd2e682f
commit
f0dae79c58
|
@ -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); */
|
/* height: calc(100vh - 64px); */
|
||||||
|
|
||||||
section {
|
section {
|
||||||
|
@ -271,7 +283,6 @@ form.search button {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|]
|
|]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue