mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
api page
This commit is contained in:
parent
6ba687d9db
commit
15f38a6872
8 changed files with 443 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ section > div > h3 {
|
|||
margin-left: 20px;
|
||||
margin-bottom: 0;
|
||||
min-width: 50px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
section > div > h3:before,
|
||||
|
|
@ -22,7 +23,7 @@ section > div > h3:after {
|
|||
display: block;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
top: calc(50% - 1px);
|
||||
}
|
||||
|
||||
section > div > h3:before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue